Html Css Color HEX #ABDEF8 Columbia Blue

📋 copy color: '#ABDEF8'

red 171 ◦ green 222 ◦ blue 248

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

Shades of Columbia Blue #ABDEF8

Tints of Columbia Blue #ABDEF8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.63%

 BLUE value IS 248 (97.27% from 255) = 38.69%

R = 26.68%
G = 34.63%
B = 38.69%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ABDEF8 (or 0xABDEF8) is known color: Columbia Blue. HEX triplet: AB, DE and F8. RGB value is (171,222,248). Sum of RGB (Red+Green+Blue) = 171+222+248=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABDEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF8 is #542107. Grayscale: #D1D1D1. Windows color (decimal): -5513480 or 16309931. OLE color: 16309931.

HSL color Cylindrical-coordinate representation of color #ABDEF8: hue angle of 200.26º degrees, saturation: 0.85, 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 #ABDEF8 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 222 248 -
CMYK 0.31 0.10 0 0.03
HSL 200.26º 0.85% 0.82% -
HSV(B) 200.26º 0.31% 0.97% -
XYZ 59.86 67.68 98.72 -
YUV 209.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 171 222 248 0.31 0.10 0 0.03 200.26 0.85 0.82
Hex AB DE F8 1F A 0 3 C8 55 52
Octal 253 336 370 37 12 0 3 310 125 122
Binary 10101011 11011110 11111000 11111 1010 0 11 11001000 1010101 1010010

Color Harmonies of #ABDEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEF8

Black with #ABDEF8

Text Example


Text Example

White with #ABDEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEF8; }

 p { color: rgb(171,222,248); }

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

background-color css

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

 a { background-color: rgb(171,222,248); }

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

border-color css

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

 span { border-color: rgb(171,222,248); }

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