#ADD3F6

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

Shades of Pale Cornflower Blue #ADD3F6

Tints of Pale Cornflower Blue #ADD3F6

Color information

#ADD3F6 (or 0xADD3F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D3 and F6. RGB value is (173,211,246). Sum of RGB (Red+Green+Blue) = 173+211+246=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADD3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F6 is #522C09. Grayscale: #CBCBCB. Windows color (decimal): -5385226 or 16176045. OLE color: 16176045.

HSL color Cylindrical-coordinate representation of color #ADD3F6: hue angle of 208.77º 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 #ADD3F6 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173211246-
CMYK0.300.1400.04
HSL208.77º80.22%82.16%-
HSV(B)208.77º29.67%96.47%-
XYZ57.1662.1396.17-
YUV203.63151.91106.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 246 (96.48% from 255) = 39.05%
R=27.46%
G=33.49%
B=39.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732112460.300.1400.04208.7780.2282.16
HexADD3F61EE04d15052
Octal255323366361604321120122
Binary10101101110100111111011011110111001001101000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3F6; }

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

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

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

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

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

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

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

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