#ADDFF0

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

Shades of Light Blue #ADDFF0

Tints of Light Blue #ADDFF0

Color information

#ADDFF0 (or 0xADDFF0) is unknown color: approx Light Blue. HEX triplet: AD, DF and F0. RGB value is (173,223,240). Sum of RGB (Red+Green+Blue) = 173+223+240=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF0 is #52200F. Grayscale: #D1D1D1. Windows color (decimal): -5382160 or 15785901. OLE color: 15785901.

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

Color convert

RGB173223240-
CMYK0.280.0700.06
HSL195.22º69.07%80.98%-
HSV(B)195.22º27.92%94.12%-
XYZ59.3567.9592.43-
YUV209.99144.94101.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.20%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=27.20%
G=35.06%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732232400.280.0700.06195.2269.0780.98
HexADDFF01C706c34551
Octal25533736034706303105121
Binary1010110111011111111100001110011101101100001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFF0; }

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

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

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

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

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

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

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

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