Html Css Color HEX #ADD6EC Light Blue

📋 copy color: '#ADD6EC'

red 173 ◦ green 214 ◦ blue 236

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

Shades of Light Blue #ADD6EC

Tints of Light Blue #ADD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.35%

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

R = 27.77%
G = 34.35%
B = 37.88%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD6EC (or 0xADD6EC) is known color: Light Blue. HEX triplet: AD, D6 and EC. RGB value is (173,214,236). Sum of RGB (Red+Green+Blue) = 173+214+236=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6EC is #522913. Grayscale: #CCCCCC. Windows color (decimal): -5384468 or 15521453. OLE color: 15521453.

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

Color convert

RGB 173 214 236 -
CMYK 0.27 0.09 0 0.07
HSL 200.95º 0.62% 0.8% -
HSV(B) 200.95º 0.27% 0.93% -
XYZ 56.42 63.03 88.55 -
YUV 204.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 173 214 236 0.27 0.09 0 0.07 200.95 0.62 0.8
Hex AD D6 EC 1B 9 0 7 C9 3E 50
Octal 255 326 354 33 11 0 7 311 76 120
Binary 10101101 11010110 11101100 11011 1001 0 111 11001001 111110 1010000

Color Harmonies of #ADD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6EC

Black with #ADD6EC

Text Example


Text Example

White with #ADD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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