#ADD8FC

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

Shades of Pale Cornflower Blue #ADD8FC

Tints of Pale Cornflower Blue #ADD8FC

Color information

#ADD8FC (or 0xADD8FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D8 and FC. RGB value is (173,216,252). Sum of RGB (Red+Green+Blue) = 173+216+252=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADD8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8FC is #522703. Grayscale: #CFCFCF. Windows color (decimal): -5383940 or 16570541. OLE color: 16570541.

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

Color convert

RGB173216252-
CMYK0.310.1400.01
HSL207.34º92.94%83.33%-
HSV(B)207.34º31.35%98.82%-
XYZ59.3665.02101.52-
YUV207.25153.25103.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.99%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=26.99%
G=33.70%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732162520.310.1400.01207.3492.9483.33
HexADD8FC1FE01cf5d53
Octal255330374371601317135123
Binary101011011101100011111100111111110011100111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8FC; }

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

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

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

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

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

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

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

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