#ADD5FA

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

Shades of Pale Cornflower Blue #ADD5FA

Tints of Pale Cornflower Blue #ADD5FA

Color information

#ADD5FA (or 0xADD5FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D5 and FA. RGB value is (173,213,250). Sum of RGB (Red+Green+Blue) = 173+213+250=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FA is #522A05. Grayscale: #CDCDCD. Windows color (decimal): -5384710 or 16438701. OLE color: 16438701.

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

Color convert

RGB173213250-
CMYK0.310.1500.02
HSL208.83º88.51%82.94%-
HSV(B)208.83º30.8%98.04%-
XYZ58.2863.3799.6-
YUV205.26153.25104.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.20%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=27.20%
G=33.49%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732132500.310.1500.02208.8388.5182.94
HexADD5FA1FF02d15953
Octal255325372371702321131123
Binary1010110111010101111110101111111110101101000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5FA; }

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

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

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

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

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

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

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

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