Html Css Color HEX #ABD2E5 Light Blue

📋 copy color: '#ABD2E5'

red 171 ◦ green 210 ◦ blue 229

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

Shades of Light Blue #ABD2E5

Tints of Light Blue #ABD2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.43%

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

R = 28.03%
G = 34.43%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABD2E5 (or 0xABD2E5) is known color: Light Blue. HEX triplet: AB, D2 and E5. RGB value is (171,210,229). Sum of RGB (Red+Green+Blue) = 171+210+229=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2E5 is #542D1A. Grayscale: #C8C8C8. Windows color (decimal): -5516571 or 15061675. OLE color: 15061675.

HSL color Cylindrical-coordinate representation of color #ABD2E5: hue angle of 199.66º 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 #ABD2E5 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 210 229 -
CMYK 0.25 0.08 0 0.10
HSL 199.66º 0.53% 0.78% -
HSV(B) 199.66º 0.25% 0.9% -
XYZ 53.98 60.41 82.94 -
YUV 200.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 171 210 229 0.25 0.08 0 0.10 199.66 0.53 0.78
Hex AB D2 E5 19 8 0 A C8 35 4E
Octal 253 322 345 31 10 0 12 310 65 116
Binary 10101011 11010010 11100101 11001 1000 0 1010 11001000 110101 1001110

Color Harmonies of #ABD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2E5

Black with #ABD2E5

Text Example


Text Example

White with #ABD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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