Html Css Color HEX #ADD9EC Light Blue

📋 copy color: '#ADD9EC'

red 173 ◦ green 217 ◦ blue 236

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

Shades of Light Blue #ADD9EC

Tints of Light Blue #ADD9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.66%

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 27.64%
G = 34.66%
B = 37.7%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD9EC (or 0xADD9EC) is known color: Light Blue. HEX triplet: AD, D9 and EC. RGB value is (173,217,236). Sum of RGB (Red+Green+Blue) = 173+217+236=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9EC is #522613. Grayscale: #CDCDCD. Windows color (decimal): -5383700 or 15522221. OLE color: 15522221.

HSL color Cylindrical-coordinate representation of color #ADD9EC: hue angle of 198.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD9EC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 217 236 -
CMYK 0.27 0.08 0 0.07
HSL 198.1º 0.62% 0.8% -
HSV(B) 198.1º 0.27% 0.93% -
XYZ 57.19 64.57 88.81 -
YUV 206.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 173 217 236 0.27 0.08 0 0.07 198.1 0.62 0.8
Hex AD D9 EC 1B 8 0 7 C6 3E 50
Octal 255 331 354 33 10 0 7 306 76 120
Binary 10101101 11011001 11101100 11011 1000 0 111 11000110 111110 1010000

Color Harmonies of #ADD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9EC

Black with #ADD9EC

Text Example


Text Example

White with #ADD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9EC; }

 p { color: rgb(173,217,236); }

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

background-color css

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

 a { background-color: rgb(173,217,236); }

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

border-color css

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

 span { border-color: rgb(173,217,236); }

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