Html Css Color HEX #ADD9EB Light Blue

📋 copy color: '#ADD9EB'

red 173 ◦ green 217 ◦ blue 235

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

Shades of Light Blue #ADD9EB

Tints of Light Blue #ADD9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 27.68%
G = 34.72%
B = 37.6%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADD9EB (or 0xADD9EB) is known color: Light Blue. HEX triplet: AD, D9 and EB. RGB value is (173,217,235). Sum of RGB (Red+Green+Blue) = 173+217+235=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9EB is #522614. Grayscale: #CDCDCD. Windows color (decimal): -5383701 or 15456685. OLE color: 15456685.

HSL color Cylindrical-coordinate representation of color #ADD9EB: hue angle of 197.42º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD9EB is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 217 235 -
CMYK 0.26 0.08 0 0.08
HSL 197.42º 0.61% 0.8% -
HSV(B) 197.42º 0.26% 0.92% -
XYZ 57.04 64.51 88.04 -
YUV 205.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 173 217 235 0.26 0.08 0 0.08 197.42 0.61 0.8
Hex AD D9 EB 1A 8 0 8 C5 3D 50
Octal 255 331 353 32 10 0 10 305 75 120
Binary 10101101 11011001 11101011 11010 1000 0 1000 11000101 111101 1010000

Color Harmonies of #ADD9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9EB

Black with #ADD9EB

Text Example


Text Example

White with #ADD9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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