Html Css Color HEX #ADD9E6 Light Blue

📋 copy color: '#ADD9E6'

red 173 ◦ green 217 ◦ blue 230

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

Shades of Light Blue #ADD9E6

Tints of Light Blue #ADD9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.1%

R = 27.9%
G = 35%
B = 37.1%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADD9E6 (or 0xADD9E6) is known color: Light Blue. HEX triplet: AD, D9 and E6. RGB value is (173,217,230). Sum of RGB (Red+Green+Blue) = 173+217+230=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADD9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9E6 is #522619. Grayscale: #CDCDCD. Windows color (decimal): -5383706 or 15129005. OLE color: 15129005.

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

Color convert

RGB 173 217 230 -
CMYK 0.25 0.06 0 0.10
HSL 193.68º 0.53% 0.79% -
HSV(B) 193.68º 0.25% 0.9% -
XYZ 56.33 64.22 84.29 -
YUV 205.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 173 217 230 0.25 0.06 0 0.10 193.68 0.53 0.79
Hex AD D9 E6 19 6 0 A C2 35 4F
Octal 255 331 346 31 6 0 12 302 65 117
Binary 10101101 11011001 11100110 11001 110 0 1010 11000010 110101 1001111

Color Harmonies of #ADD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9E6

Black with #ADD9E6

Text Example


Text Example

White with #ADD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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