Html Css Color HEX #ADD6E8 Light Blue

📋 copy color: '#ADD6E8'

red 173 ◦ green 214 ◦ blue 232

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

Shades of Light Blue #ADD6E8

Tints of Light Blue #ADD6E8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.57%

 BLUE value IS 232 (91.02% from 255) = 37.48%

R = 27.95%
G = 34.57%
B = 37.48%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADD6E8 (or 0xADD6E8) is known color: Light Blue. HEX triplet: AD, D6 and E8. RGB value is (173,214,232). Sum of RGB (Red+Green+Blue) = 173+214+232=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADD6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6E8 is #522917. Grayscale: #CBCBCB. Windows color (decimal): -5384472 or 15259309. OLE color: 15259309.

HSL color Cylindrical-coordinate representation of color #ADD6E8: hue angle of 198.31º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD6E8 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 214 232 -
CMYK 0.25 0.08 0 0.09
HSL 198.31º 0.56% 0.79% -
HSV(B) 198.31º 0.25% 0.91% -
XYZ 55.85 62.8 85.52 -
YUV 203.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 173 214 232 0.25 0.08 0 0.09 198.31 0.56 0.79
Hex AD D6 E8 19 8 0 9 C6 38 4F
Octal 255 326 350 31 10 0 11 306 70 117
Binary 10101101 11010110 11101000 11001 1000 0 1001 11000110 111000 1001111

Color Harmonies of #ADD6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6E8

Black with #ADD6E8

Text Example


Text Example

White with #ADD6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6E8; }

 p { color: rgb(173,214,232); }

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

background-color css

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

 a { background-color: rgb(173,214,232); }

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

border-color css

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

 span { border-color: rgb(173,214,232); }

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