Html Css Color HEX #ADD2E5 Light Blue

📋 copy color: '#ADD2E5'

red 173 ◦ green 210 ◦ blue 229

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

Shades of Light Blue #ADD2E5

Tints of Light Blue #ADD2E5

RGB

 RED value IS 173 (67.97% from 255) = 28.27%

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

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

R = 28.27%
G = 34.31%
B = 37.42%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADD2E5 (or 0xADD2E5) is known color: Light Blue. HEX triplet: AD, D2 and E5. RGB value is (173,210,229). Sum of RGB (Red+Green+Blue) = 173+210+229=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADD2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2E5 is #522D1A. Grayscale: #C8C8C8. Windows color (decimal): -5385499 or 15061677. OLE color: 15061677.

HSL color Cylindrical-coordinate representation of color #ADD2E5: hue angle of 200.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADD2E5 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 210 229 -
CMYK 0.24 0.08 0 0.10
HSL 200.36º 0.52% 0.79% -
HSV(B) 200.36º 0.24% 0.9% -
XYZ 54.42 60.63 82.96 -
YUV 201.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 173 210 229 0.24 0.08 0 0.10 200.36 0.52 0.79
Hex AD D2 E5 18 8 0 A C8 34 4F
Octal 255 322 345 30 10 0 12 310 64 117
Binary 10101101 11010010 11100101 11000 1000 0 1010 11001000 110100 1001111

Color Harmonies of #ADD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2E5

Black with #ADD2E5

Text Example


Text Example

White with #ADD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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