Html Css Color HEX #ADD4E7 Light Blue

📋 copy color: '#ADD4E7'

red 173 ◦ green 212 ◦ blue 231

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

Shades of Light Blue #ADD4E7

Tints of Light Blue #ADD4E7

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.42%

 BLUE value IS 231 (90.63% from 255) = 37.5%

R = 28.08%
G = 34.42%
B = 37.5%

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

#ADD4E7 (or 0xADD4E7) is known color: Light Blue. HEX triplet: AD, D4 and E7. RGB value is (173,212,231). Sum of RGB (Red+Green+Blue) = 173+212+231=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD4E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4E7 is #522B18. Grayscale: #CACACA. Windows color (decimal): -5384985 or 15193261. OLE color: 15193261.

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

Color convert

RGB 173 212 231 -
CMYK 0.25 0.08 0 0.09
HSL 199.66º 0.55% 0.79% -
HSV(B) 199.66º 0.25% 0.91% -
XYZ 55.2 61.74 84.61 -
YUV 202.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 173 212 231 0.25 0.08 0 0.09 199.66 0.55 0.79
Hex AD D4 E7 19 8 0 9 C8 37 4F
Octal 255 324 347 31 10 0 11 310 67 117
Binary 10101101 11010100 11100111 11001 1000 0 1001 11001000 110111 1001111

Color Harmonies of #ADD4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4E7

Black with #ADD4E7

Text Example


Text Example

White with #ADD4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4E7; }

 p { color: rgb(173,212,231); }

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

background-color css

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

 a { background-color: rgb(173,212,231); }

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

border-color css

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

 span { border-color: rgb(173,212,231); }

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