Html Css Color HEX #ABDEF2 Light Blue

📋 copy color: '#ABDEF2'

red 171 ◦ green 222 ◦ blue 242

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

Shades of Light Blue #ABDEF2

Tints of Light Blue #ABDEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 26.93%
G = 34.96%
B = 38.11%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABDEF2 (or 0xABDEF2) is known color: Light Blue. HEX triplet: AB, DE and F2. RGB value is (171,222,242). Sum of RGB (Red+Green+Blue) = 171+222+242=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF2 is #54210D. Grayscale: #D0D0D0. Windows color (decimal): -5513486 or 15916715. OLE color: 15916715.

HSL color Cylindrical-coordinate representation of color #ABDEF2: hue angle of 196.9º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDEF2 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 222 242 -
CMYK 0.29 0.08 0 0.05
HSL 196.9º 0.73% 0.81% -
HSV(B) 196.9º 0.29% 0.95% -
XYZ 58.94 67.31 93.89 -
YUV 209.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 171 222 242 0.29 0.08 0 0.05 196.9 0.73 0.81
Hex AB DE F2 1D 8 0 5 C5 49 51
Octal 253 336 362 35 10 0 5 305 111 121
Binary 10101011 11011110 11110010 11101 1000 0 101 11000101 1001001 1010001

Color Harmonies of #ABDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEF2

Black with #ABDEF2

Text Example


Text Example

White with #ABDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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