#ADD8FE

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

Shades of Pale Cornflower Blue #ADD8FE

Tints of Pale Cornflower Blue #ADD8FE

Color information

#ADD8FE (or 0xADD8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D8 and FE. RGB value is (173,216,254). Sum of RGB (Red+Green+Blue) = 173+216+254=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8FE is #522701. Grayscale: #CFCFCF. Windows color (decimal): -5383938 or 16701613. OLE color: 16701613.

HSL color Cylindrical-coordinate representation of color #ADD8FE: hue angle of 208.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD8FE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173216254-
CMYK0.320.1500.00
HSL208.15º97.59%83.73%-
HSV(B)208.15º31.89%99.61%-
XYZ59.6865.15103.2-
YUV207.47154.25103.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=26.91%
G=33.59%
B=39.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732162540.320.1500.00208.1597.5983.73
HexADD8FE20F00d06254
Octal255330376401700320142124
Binary1010110111011000111111101000001111001101000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8FE; }

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

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

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

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

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

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

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

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