#ADD8FD

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

Shades of Pale Cornflower Blue #ADD8FD

Tints of Pale Cornflower Blue #ADD8FD

Color information

#ADD8FD (or 0xADD8FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D8 and FD. RGB value is (173,216,253). Sum of RGB (Red+Green+Blue) = 173+216+253=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8FD is #522702. Grayscale: #CFCFCF. Windows color (decimal): -5383939 or 16636077. OLE color: 16636077.

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

Color convert

RGB173216253-
CMYK0.320.1500.01
HSL207.75º95.24%83.53%-
HSV(B)207.75º31.62%99.22%-
XYZ59.5265.09102.35-
YUV207.36153.75103.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=26.95%
G=33.64%
B=39.41%

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
Decimal1732162530.320.1500.01207.7595.2483.53
HexADD8FD20F01d05f54
Octal255330375401701320137124
Binary1010110111011000111111011000001111011101000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8FD; }

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

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

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

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

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

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

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

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