#ADDAF0

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

Shades of Light Blue #ADDAF0

Tints of Light Blue #ADDAF0

Color information

#ADDAF0 (or 0xADDAF0) is unknown color: approx Light Blue. HEX triplet: AD, DA and F0. RGB value is (173,218,240). Sum of RGB (Red+Green+Blue) = 173+218+240=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF0 is #52250F. Grayscale: #CECECE. Windows color (decimal): -5383440 or 15784621. OLE color: 15784621.

HSL color Cylindrical-coordinate representation of color #ADDAF0: hue angle of 199.7º 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 #ADDAF0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173218240-
CMYK0.280.0900.06
HSL199.7º69.07%80.98%-
HSV(B)199.7º27.92%94.12%-
XYZ58.0365.3291.99-
YUV207.05146.59103.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=27.42%
G=34.55%
B=38.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732182400.280.0900.06199.769.0780.98
HexADDAF01C906c84551
Octal255332360341106310105121
Binary10101101110110101111000011100100101101100100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAF0; }

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

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

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

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

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

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

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

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