#ADD8EE

Color #ADD8EE Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #ADD8EE

Tints of Light Blue #ADD8EE

Color information

#ADD8EE (or 0xADD8EE) is unknown color: approx Light Blue. HEX triplet: AD, D8 and EE. RGB value is (173,216,238). Sum of RGB (Red+Green+Blue) = 173+216+238=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8EE is #522711. Grayscale: #CDCDCD. Windows color (decimal): -5383954 or 15653037. OLE color: 15653037.

HSL color Cylindrical-coordinate representation of color #ADD8EE: hue angle of 200.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD8EE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173216238-
CMYK0.270.0900.07
HSL200.31º65.66%80.59%-
HSV(B)200.31º27.31%93.33%-
XYZ57.2264.1790.26-
YUV205.65146.25104.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=27.59%
G=34.45%
B=37.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732162380.270.0900.07200.3165.6680.59
HexADD8EE1B907c84251
Octal255330356331107310102121
Binary10101101110110001110111011011100101111100100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8EE; }

 p { color: rgb(173,216,238); }

 H1.HeaderClassName
 {
   color: #ADD8EE;
 }
 .AnyTagClassName
 {
   color: #ADD8EE;
 }
</style>
background-color css

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

 a { background-color: rgb(173,216,238); }

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

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

 span { border-color: rgb(173,216,238); }

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