#ADD4FA

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

Shades of Pale Cornflower Blue #ADD4FA

Tints of Pale Cornflower Blue #ADD4FA

Color information

#ADD4FA (or 0xADD4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D4 and FA. RGB value is (173,212,250). Sum of RGB (Red+Green+Blue) = 173+212+250=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4FA is #522B05. Grayscale: #CCCCCC. Windows color (decimal): -5384966 or 16438445. OLE color: 16438445.

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

Color convert

RGB173212250-
CMYK0.310.1500.02
HSL209.61º88.51%82.94%-
HSV(B)209.61º30.8%98.04%-
XYZ58.0362.8799.52-
YUV204.67153.58105.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.24%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=27.24%
G=33.39%
B=39.37%

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
Decimal1732122500.310.1500.02209.6188.5182.94
HexADD4FA1FF02d25953
Octal255324372371702322131123
Binary1010110111010100111110101111111110101101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4FA; }

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

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

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

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

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

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

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

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