Html Css Color HEX #ABDBE8 Light Blue

📋 copy color: '#ABDBE8'

red 171 ◦ green 219 ◦ blue 232

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

Shades of Light Blue #ABDBE8

Tints of Light Blue #ABDBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 232 (91.02% from 255) = 37.3%

R = 27.49%
G = 35.21%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABDBE8 (or 0xABDBE8) is known color: Light Blue. HEX triplet: AB, DB and E8. RGB value is (171,219,232). Sum of RGB (Red+Green+Blue) = 171+219+232=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABDBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBE8 is #542417. Grayscale: #CECECE. Windows color (decimal): -5514264 or 15260587. OLE color: 15260587.

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

Color convert

RGB 171 219 232 -
CMYK 0.26 0.06 0 0.09
HSL 192.79º 0.57% 0.79% -
HSV(B) 192.79º 0.26% 0.91% -
XYZ 56.69 65.15 85.93 -
YUV 206.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 171 219 232 0.26 0.06 0 0.09 192.79 0.57 0.79
Hex AB DB E8 1A 6 0 9 C1 39 4F
Octal 253 333 350 32 6 0 11 301 71 117
Binary 10101011 11011011 11101000 11010 110 0 1001 11000001 111001 1001111

Color Harmonies of #ABDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBE8

Black with #ABDBE8

Text Example


Text Example

White with #ABDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBE8; }

 p { color: rgb(171,219,232); }

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

background-color css

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

 a { background-color: rgb(171,219,232); }

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

border-color css

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

 span { border-color: rgb(171,219,232); }

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