Html Css Color HEX #ADD5EA Light Blue

📋 copy color: '#ADD5EA'

red 173 ◦ green 213 ◦ blue 234

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

Shades of Light Blue #ADD5EA

Tints of Light Blue #ADD5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 27.9%
G = 34.35%
B = 37.74%

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

#ADD5EA (or 0xADD5EA) is known color: Light Blue. HEX triplet: AD, D5 and EA. RGB value is (173,213,234). Sum of RGB (Red+Green+Blue) = 173+213+234=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5EA is #522A15. Grayscale: #CBCBCB. Windows color (decimal): -5384726 or 15390125. OLE color: 15390125.

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

Color convert

RGB 173 213 234 -
CMYK 0.26 0.09 0 0.08
HSL 200.66º 0.59% 0.8% -
HSV(B) 200.66º 0.26% 0.92% -
XYZ 55.88 62.41 86.94 -
YUV 203.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 173 213 234 0.26 0.09 0 0.08 200.66 0.59 0.8
Hex AD D5 EA 1A 9 0 8 C9 3B 50
Octal 255 325 352 32 11 0 10 311 73 120
Binary 10101101 11010101 11101010 11010 1001 0 1000 11001001 111011 1010000

Color Harmonies of #ADD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5EA

Black with #ADD5EA

Text Example


Text Example

White with #ADD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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