Html Css Color HEX #ABDDF6 Columbia Blue

📋 copy color: '#ABDDF6'

red 171 ◦ green 221 ◦ blue 246

#ABDDF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #ABDDF6

Tints of Columbia Blue #ABDDF6

RGB

 RED value IS 171 (67.19% from 255) = 26.8%

 GREEN value IS 221 (86.72% from 255) = 34.64%

 BLUE value IS 246 (96.48% from 255) = 38.56%

R = 26.8%
G = 34.64%
B = 38.56%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABDDF6 (or 0xABDDF6) is known color: Columbia Blue. HEX triplet: AB, DD and F6. RGB value is (171,221,246). Sum of RGB (Red+Green+Blue) = 171+221+246=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDF6 is #542209. Grayscale: #D0D0D0. Windows color (decimal): -5513738 or 16178603. OLE color: 16178603.

HSL color Cylindrical-coordinate representation of color #ABDDF6: hue angle of 200º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDDF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 221 246 -
CMYK 0.30 0.10 0 0.04
HSL 200º 0.81% 0.82% -
HSV(B) 200º 0.3% 0.96% -
XYZ 59.29 67.02 97 -
YUV 208.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 171 221 246 0.30 0.10 0 0.04 200 0.81 0.82
Hex AB DD F6 1E A 0 4 C8 51 52
Octal 253 335 366 36 12 0 4 310 121 122
Binary 10101011 11011101 11110110 11110 1010 0 100 11001000 1010001 1010010

Color Harmonies of #ABDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDF6

Black with #ABDDF6

Text Example


Text Example

White with #ABDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDF6; }

 p { color: rgb(171,221,246); }

 H1.HeaderClassName
 {
   color: #ABDDF6;
 }
 .AnyTagClassName
 {
   color: #ABDDF6;
 }
</style>

background-color css

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

 a { background-color: rgb(171,221,246); }

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

border-color css

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

 span { border-color: rgb(171,221,246); }

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