Html Css Color HEX #ABDBE5 Light Blue

📋 copy color: '#ABDBE5'

red 171 ◦ green 219 ◦ blue 229

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

Shades of Light Blue #ABDBE5

Tints of Light Blue #ABDBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37%

R = 27.63%
G = 35.38%
B = 37%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABDBE5 (or 0xABDBE5) is known color: Light Blue. HEX triplet: AB, DB and E5. RGB value is (171,219,229). Sum of RGB (Red+Green+Blue) = 171+219+229=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBE5 is #54241A. Grayscale: #CDCDCD. Windows color (decimal): -5514267 or 15063979. OLE color: 15063979.

HSL color Cylindrical-coordinate representation of color #ABDBE5: hue angle of 190.34º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABDBE5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 219 229 -
CMYK 0.25 0.04 0 0.10
HSL 190.34º 0.53% 0.78% -
HSV(B) 190.34º 0.25% 0.9% -
XYZ 56.27 64.98 83.71 -
YUV 205.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 171 219 229 0.25 0.04 0 0.10 190.34 0.53 0.78
Hex AB DB E5 19 4 0 A BE 35 4E
Octal 253 333 345 31 4 0 12 276 65 116
Binary 10101011 11011011 11100101 11001 100 0 1010 10111110 110101 1001110

Color Harmonies of #ABDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBE5

Black with #ABDBE5

Text Example


Text Example

White with #ABDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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