#ADD9FD

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

Shades of Pale Cornflower Blue #ADD9FD

Tints of Pale Cornflower Blue #ADD9FD

Color information

#ADD9FD (or 0xADD9FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D9 and FD. RGB value is (173,217,253). Sum of RGB (Red+Green+Blue) = 173+217+253=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9FD is #522602. Grayscale: #CFCFCF. Windows color (decimal): -5383683 or 16636333. OLE color: 16636333.

HSL color Cylindrical-coordinate representation of color #ADD9FD: hue angle of 207º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD9FD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173217253-
CMYK0.320.1400.01
HSL207º95.24%83.53%-
HSV(B)207º31.62%99.22%-
XYZ59.7865.6102.44-
YUV207.95153.42103.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=26.91%
G=33.75%
B=39.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732172530.320.1400.0120795.2483.53
HexADD9FD20E01cf5f54
Octal255331375401601317137124
Binary1010110111011001111111011000001110011100111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9FD; }

 p { color: rgb(173,217,253); }

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

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

 a { background-color: rgb(173,217,253); }

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

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

 span { border-color: rgb(173,217,253); }

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