#ADD8F0

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

Shades of Light Blue #ADD8F0

Tints of Light Blue #ADD8F0

Color information

#ADD8F0 (or 0xADD8F0) is unknown color: approx Light Blue. HEX triplet: AD, D8 and F0. RGB value is (173,216,240). Sum of RGB (Red+Green+Blue) = 173+216+240=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADD8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8F0 is #52270F. Grayscale: #CDCDCD. Windows color (decimal): -5383952 or 15784109. OLE color: 15784109.

HSL color Cylindrical-coordinate representation of color #ADD8F0: hue angle of 201.49º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD8F0 is Cyan = 0.28, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173216240-
CMYK0.280.100.06
HSL201.49º69.07%80.98%-
HSV(B)201.49º27.92%94.12%-
XYZ57.5264.2991.82-
YUV205.88147.25104.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.50%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=27.50%
G=34.34%
B=38.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732162400.280.100.06201.4969.0780.98
HexADD8F01CA06c94551
Octal255330360341206311105121
Binary10101101110110001111000011100101001101100100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8F0; }

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

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

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

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

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

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

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

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