#ADDCF0

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

Shades of Light Blue #ADDCF0

Tints of Light Blue #ADDCF0

Color information

#ADDCF0 (or 0xADDCF0) is unknown color: approx Light Blue. HEX triplet: AD, DC and F0. RGB value is (173,220,240). Sum of RGB (Red+Green+Blue) = 173+220+240=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF0 is #52230F. Grayscale: #D0D0D0. Windows color (decimal): -5382928 or 15785133. OLE color: 15785133.

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

Color convert

RGB173220240-
CMYK0.280.0800.06
HSL197.91º69.07%80.98%-
HSV(B)197.91º27.92%94.12%-
XYZ58.5566.3692.16-
YUV208.23145.93102.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=27.33%
G=34.76%
B=37.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732202400.280.0800.06197.9169.0780.98
HexADDCF01C806c64551
Octal255334360341006306105121
Binary10101101110111001111000011100100001101100011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCF0; }

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

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

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

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

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

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

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

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