Html Css Color HEX #ADD2E4 Light Blue

📋 copy color: '#ADD2E4'

red 173 ◦ green 210 ◦ blue 228

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

Shades of Light Blue #ADD2E4

Tints of Light Blue #ADD2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 28.31%
G = 34.37%
B = 37.32%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADD2E4 (or 0xADD2E4) is known color: Light Blue. HEX triplet: AD, D2 and E4. RGB value is (173,210,228). Sum of RGB (Red+Green+Blue) = 173+210+228=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADD2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2E4 is #522D1B. Grayscale: #C8C8C8. Windows color (decimal): -5385500 or 14996141. OLE color: 14996141.

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

Color convert

RGB 173 210 228 -
CMYK 0.24 0.08 0 0.11
HSL 199.64º 0.5% 0.79% -
HSV(B) 199.64º 0.24% 0.89% -
XYZ 54.28 60.58 82.23 -
YUV 200.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 173 210 228 0.24 0.08 0 0.11 199.64 0.5 0.79
Hex AD D2 E4 18 8 0 B C8 32 4F
Octal 255 322 344 30 10 0 13 310 62 117
Binary 10101101 11010010 11100100 11000 1000 0 1011 11001000 110010 1001111

Color Harmonies of #ADD2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2E4

Black with #ADD2E4

Text Example


Text Example

White with #ADD2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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