#ADD6FD

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

Shades of Pale Cornflower Blue #ADD6FD

Tints of Pale Cornflower Blue #ADD6FD

Color information

#ADD6FD (or 0xADD6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D6 and FD. RGB value is (173,214,253). Sum of RGB (Red+Green+Blue) = 173+214+253=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6FD is #522902. Grayscale: #CDCDCD. Windows color (decimal): -5384451 or 16635565. OLE color: 16635565.

HSL color Cylindrical-coordinate representation of color #ADD6FD: hue angle of 209.25º 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 #ADD6FD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173214253-
CMYK0.320.1500.01
HSL209.25º95.24%83.53%-
HSV(B)209.25º31.62%99.22%-
XYZ59.0164.07102.18-
YUV206.19154.42104.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=27.03%
G=33.44%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732142530.320.1500.01209.2595.2483.53
HexADD6FD20F01d15f54
Octal255326375401701321137124
Binary1010110111010110111111011000001111011101000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6FD; }

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

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

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

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

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

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

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

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