Html Css Color HEX #ABDEF0 Light Blue

📋 copy color: '#ABDEF0'

red 171 ◦ green 222 ◦ blue 240

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

Shades of Light Blue #ABDEF0

Tints of Light Blue #ABDEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 27.01%
G = 35.07%
B = 37.91%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABDEF0 (or 0xABDEF0) is known color: Light Blue. HEX triplet: AB, DE and F0. RGB value is (171,222,240). Sum of RGB (Red+Green+Blue) = 171+222+240=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABDEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF0 is #54210F. Grayscale: #D0D0D0. Windows color (decimal): -5513488 or 15785643. OLE color: 15785643.

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

Color convert

RGB 171 222 240 -
CMYK 0.29 0.08 0 0.06
HSL 195.65º 0.7% 0.81% -
HSV(B) 195.65º 0.29% 0.94% -
XYZ 58.64 67.19 92.32 -
YUV 208.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 171 222 240 0.29 0.08 0 0.06 195.65 0.7 0.81
Hex AB DE F0 1D 8 0 6 C4 46 51
Octal 253 336 360 35 10 0 6 304 106 121
Binary 10101011 11011110 11110000 11101 1000 0 110 11000100 1000110 1010001

Color Harmonies of #ABDEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEF0

Black with #ABDEF0

Text Example


Text Example

White with #ABDEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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