Html Css Color HEX #ADD5EB Light Blue

📋 copy color: '#ADD5EB'

red 173 ◦ green 213 ◦ blue 235

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

Shades of Light Blue #ADD5EB

Tints of Light Blue #ADD5EB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

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

R = 27.86%
G = 34.3%
B = 37.84%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADD5EB (or 0xADD5EB) is known color: Light Blue. HEX triplet: AD, D5 and EB. RGB value is (173,213,235). Sum of RGB (Red+Green+Blue) = 173+213+235=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5EB is #522A14. Grayscale: #CBCBCB. Windows color (decimal): -5384725 or 15455661. OLE color: 15455661.

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

Color convert

RGB 173 213 235 -
CMYK 0.26 0.09 0 0.08
HSL 201.29º 0.61% 0.8% -
HSV(B) 201.29º 0.26% 0.92% -
XYZ 56.02 62.47 87.7 -
YUV 203.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 173 213 235 0.26 0.09 0 0.08 201.29 0.61 0.8
Hex AD D5 EB 1A 9 0 8 C9 3D 50
Octal 255 325 353 32 11 0 10 311 75 120
Binary 10101101 11010101 11101011 11010 1001 0 1000 11001001 111101 1010000

Color Harmonies of #ADD5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5EB

Black with #ADD5EB

Text Example


Text Example

White with #ADD5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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