Html Css Color HEX #ABDCE9 Light Blue

📋 copy color: '#ABDCE9'

red 171 ◦ green 220 ◦ blue 233

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

Shades of Light Blue #ABDCE9

Tints of Light Blue #ABDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.26%

 BLUE value IS 233 (91.41% from 255) = 37.34%

R = 27.4%
G = 35.26%
B = 37.34%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABDCE9 (or 0xABDCE9) is known color: Light Blue. HEX triplet: AB, DC and E9. RGB value is (171,220,233). Sum of RGB (Red+Green+Blue) = 171+220+233=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABDCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCE9 is #542316. Grayscale: #CECECE. Windows color (decimal): -5514007 or 15326379. OLE color: 15326379.

HSL color Cylindrical-coordinate representation of color #ABDCE9: hue angle of 192.58º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDCE9 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 220 233 -
CMYK 0.27 0.06 0 0.09
HSL 192.58º 0.58% 0.79% -
HSV(B) 192.58º 0.27% 0.91% -
XYZ 57.1 65.73 86.77 -
YUV 206.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 171 220 233 0.27 0.06 0 0.09 192.58 0.58 0.79
Hex AB DC E9 1B 6 0 9 C1 3A 4F
Octal 253 334 351 33 6 0 11 301 72 117
Binary 10101011 11011100 11101001 11011 110 0 1001 11000001 111010 1001111

Color Harmonies of #ABDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCE9

Black with #ABDCE9

Text Example


Text Example

White with #ABDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCE9; }

 p { color: rgb(171,220,233); }

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

background-color css

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

 a { background-color: rgb(171,220,233); }

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

border-color css

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

 span { border-color: rgb(171,220,233); }

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