#ABDFF7

Color #ABDFF7 Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #ABDFF7

Tints of Columbia Blue #ABDFF7

Color information

#ABDFF7 (or 0xABDFF7) is unknown color: approx Columbia Blue. HEX triplet: AB, DF and F7. RGB value is (171,223,247). Sum of RGB (Red+Green+Blue) = 171+223+247=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABDFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFF7 is #542008. Grayscale: #D2D2D2. Windows color (decimal): -5513225 or 16244651. OLE color: 16244651.

HSL color Cylindrical-coordinate representation of color #ABDFF7: hue angle of 198.95º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABDFF7 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171223247-
CMYK0.310.1000.03
HSL198.95º82.61%81.96%-
HSV(B)198.95º30.77%96.86%-
XYZ59.9768.1597.99-
YUV210.19148.77100.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=26.68%
G=34.79%
B=38.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712232470.310.1000.03198.9582.6181.96
HexABDFF71FA03c75352
Octal253337367371203307123122
Binary1010101111011111111101111111110100111100011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFF7; }

 p { color: rgb(171,223,247); }

 H1.HeaderClassName
 {
   color: #ABDFF7;
 }
 .AnyTagClassName
 {
   color: #ABDFF7;
 }
</style>
background-color css

<style>
 a { background-color: #ABDFF7; }

 a { background-color: rgb(171,223,247); }

 div.DivClassName
 {
   background-color: #ABDFF7;
 }
 .BgClassName
 {
   background-color: #ABDFF7;
 }
</style>
border-color css

<style>
 span { border-color: #ABDFF7; }

 span { border-color: rgb(171,223,247); }

 td.TdClassName
 {
   border-color: #ABDFF7;
 }
 .TagClassName
 {
   border-color: #ABDFF7;
 }
</style>