Html Css Color HEX #ABD9EC Light Blue

📋 copy color: '#ABD9EC'

red 171 ◦ green 217 ◦ blue 236

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

Shades of Light Blue #ABD9EC

Tints of Light Blue #ABD9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.78%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 27.4%
G = 34.78%
B = 37.82%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABD9EC (or 0xABD9EC) is known color: Light Blue. HEX triplet: AB, D9 and EC. RGB value is (171,217,236). Sum of RGB (Red+Green+Blue) = 171+217+236=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABD9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD9EC is #542613. Grayscale: #CDCDCD. Windows color (decimal): -5514772 or 15522219. OLE color: 15522219.

HSL color Cylindrical-coordinate representation of color #ABD9EC: hue angle of 197.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD9EC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 217 236 -
CMYK 0.28 0.08 0 0.07
HSL 197.54º 0.63% 0.8% -
HSV(B) 197.54º 0.28% 0.93% -
XYZ 56.75 64.34 88.78 -
YUV 205.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 171 217 236 0.28 0.08 0 0.07 197.54 0.63 0.8
Hex AB D9 EC 1C 8 0 7 C6 3F 50
Octal 253 331 354 34 10 0 7 306 77 120
Binary 10101011 11011001 11101100 11100 1000 0 111 11000110 111111 1010000

Color Harmonies of #ABD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD9EC

Black with #ABD9EC

Text Example


Text Example

White with #ABD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD9EC; }

 p { color: rgb(171,217,236); }

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

background-color css

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

 a { background-color: rgb(171,217,236); }

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

border-color css

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

 span { border-color: rgb(171,217,236); }

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