Html Css Color HEX #ADD1E5 Light Blue

📋 copy color: '#ADD1E5'

red 173 ◦ green 209 ◦ blue 229

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

Shades of Light Blue #ADD1E5

Tints of Light Blue #ADD1E5

RGB

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

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

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

R = 28.31%
G = 34.21%
B = 37.48%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADD1E5 (or 0xADD1E5) is known color: Light Blue. HEX triplet: AD, D1 and E5. RGB value is (173,209,229). Sum of RGB (Red+Green+Blue) = 173+209+229=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADD1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1E5 is #522E1A. Grayscale: #C8C8C8. Windows color (decimal): -5385755 or 15061421. OLE color: 15061421.

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

Color convert

RGB 173 209 229 -
CMYK 0.24 0.09 0 0.10
HSL 201.43º 0.52% 0.79% -
HSV(B) 201.43º 0.24% 0.9% -
XYZ 54.18 60.14 82.88 -
YUV 200.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 173 209 229 0.24 0.09 0 0.10 201.43 0.52 0.79
Hex AD D1 E5 18 9 0 A C9 34 4F
Octal 255 321 345 30 11 0 12 311 64 117
Binary 10101101 11010001 11100101 11000 1001 0 1010 11001001 110100 1001111

Color Harmonies of #ADD1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1E5

Black with #ADD1E5

Text Example


Text Example

White with #ADD1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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