#ADD8FA

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

Shades of Pale Cornflower Blue #ADD8FA

Tints of Pale Cornflower Blue #ADD8FA

Color information

#ADD8FA (or 0xADD8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D8 and FA. RGB value is (173,216,250). Sum of RGB (Red+Green+Blue) = 173+216+250=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8FA is #522705. Grayscale: #CECECE. Windows color (decimal): -5383942 or 16439469. OLE color: 16439469.

HSL color Cylindrical-coordinate representation of color #ADD8FA: hue angle of 206.49º degrees, saturation: 0.89, 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 #ADD8FA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173216250-
CMYK0.310.1400.02
HSL206.49º88.51%82.94%-
HSV(B)206.49º30.8%98.04%-
XYZ59.0464.999.86-
YUV207.02152.25103.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.07%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=27.07%
G=33.80%
B=39.12%

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
Decimal1732162500.310.1400.02206.4988.5182.94
HexADD8FA1FE02ce5953
Octal255330372371602316131123
Binary1010110111011000111110101111111100101100111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8FA; }

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

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

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

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

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

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

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

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