Html Css Color HEX #ADD5E6 Light Blue

📋 copy color: '#ADD5E6'

red 173 ◦ green 213 ◦ blue 230

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

Shades of Light Blue #ADD5E6

Tints of Light Blue #ADD5E6

RGB

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

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

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

R = 28.08%
G = 34.58%
B = 37.34%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADD5E6 (or 0xADD5E6) is known color: Light Blue. HEX triplet: AD, D5 and E6. RGB value is (173,213,230). Sum of RGB (Red+Green+Blue) = 173+213+230=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADD5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5E6 is #522A19. Grayscale: #CACACA. Windows color (decimal): -5384730 or 15127981. OLE color: 15127981.

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

Color convert

RGB 173 213 230 -
CMYK 0.25 0.07 0 0.10
HSL 197.89º 0.53% 0.79% -
HSV(B) 197.89º 0.25% 0.9% -
XYZ 55.31 62.19 83.95 -
YUV 202.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 173 213 230 0.25 0.07 0 0.10 197.89 0.53 0.79
Hex AD D5 E6 19 7 0 A C6 35 4F
Octal 255 325 346 31 7 0 12 306 65 117
Binary 10101101 11010101 11100110 11001 111 0 1010 11000110 110101 1001111

Color Harmonies of #ADD5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5E6

Black with #ADD5E6

Text Example


Text Example

White with #ADD5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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