#ADD7FB

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

Shades of Pale Cornflower Blue #ADD7FB

Tints of Pale Cornflower Blue #ADD7FB

Color information

#ADD7FB (or 0xADD7FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D7 and FB. RGB value is (173,215,251). Sum of RGB (Red+Green+Blue) = 173+215+251=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADD7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7FB is #522804. Grayscale: #CECECE. Windows color (decimal): -5384197 or 16504749. OLE color: 16504749.

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

Color convert

RGB173215251-
CMYK0.310.1400.02
HSL207.69º90.7%83.14%-
HSV(B)207.69º31.08%98.43%-
XYZ58.9564.45100.6-
YUV206.55153.09104.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.07%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=27.07%
G=33.65%
B=39.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732152510.310.1400.02207.6990.783.14
HexADD7FB1FE02d05b53
Octal255327373371602320133123
Binary1010110111010111111110111111111100101101000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7FB; }

 p { color: rgb(173,215,251); }

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

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

 a { background-color: rgb(173,215,251); }

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

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

 span { border-color: rgb(173,215,251); }

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