Html Css Color HEX #ABD1E5 Light Blue

📋 copy color: '#ABD1E5'

red 171 ◦ green 209 ◦ blue 229

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

Shades of Light Blue #ABD1E5

Tints of Light Blue #ABD1E5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.32%

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

R = 28.08%
G = 34.32%
B = 37.6%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABD1E5 (or 0xABD1E5) is known color: Light Blue. HEX triplet: AB, D1 and E5. RGB value is (171,209,229). Sum of RGB (Red+Green+Blue) = 171+209+229=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1E5 is #542E1A. Grayscale: #C7C7C7. Windows color (decimal): -5516827 or 15061419. OLE color: 15061419.

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

Color convert

RGB 171 209 229 -
CMYK 0.25 0.09 0 0.10
HSL 200.69º 0.53% 0.78% -
HSV(B) 200.69º 0.25% 0.9% -
XYZ 53.74 59.92 82.86 -
YUV 199.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 171 209 229 0.25 0.09 0 0.10 200.69 0.53 0.78
Hex AB D1 E5 19 9 0 A C9 35 4E
Octal 253 321 345 31 11 0 12 311 65 116
Binary 10101011 11010001 11100101 11001 1001 0 1010 11001001 110101 1001110

Color Harmonies of #ABD1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD1E5

Black with #ABD1E5

Text Example


Text Example

White with #ABD1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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