#ADD0F6

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

Shades of Pale Cornflower Blue #ADD0F6

Tints of Pale Cornflower Blue #ADD0F6

Color information

#ADD0F6 (or 0xADD0F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and F6. RGB value is (173,208,246). Sum of RGB (Red+Green+Blue) = 173+208+246=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADD0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0F6 is #522F09. Grayscale: #C9C9C9. Windows color (decimal): -5385994 or 16175277. OLE color: 16175277.

HSL color Cylindrical-coordinate representation of color #ADD0F6: hue angle of 211.23º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD0F6 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173208246-
CMYK0.300.1500.04
HSL211.23º80.22%82.16%-
HSV(B)211.23º29.67%96.47%-
XYZ56.4260.6595.92-
YUV201.87152.9107.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=27.59%
G=33.17%
B=39.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732082460.300.1500.04211.2380.2282.16
HexADD0F61EF04d35052
Octal255320366361704323120122
Binary10101101110100001111011011110111101001101001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0F6; }

 p { color: rgb(173,208,246); }

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

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

 a { background-color: rgb(173,208,246); }

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

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

 span { border-color: rgb(173,208,246); }

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