#ADD0FA

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

Shades of Pale Cornflower Blue #ADD0FA

Tints of Pale Cornflower Blue #ADD0FA

Color information

#ADD0FA (or 0xADD0FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and FA. RGB value is (173,208,250). Sum of RGB (Red+Green+Blue) = 173+208+250=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FA is #522F05. Grayscale: #CACACA. Windows color (decimal): -5385990 or 16437421. OLE color: 16437421.

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

Color convert

RGB173208250-
CMYK0.310.1700.02
HSL212.73º88.51%82.94%-
HSV(B)212.73º30.8%98.04%-
XYZ57.0460.999.19-
YUV202.32154.9107.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=27.42%
G=32.96%
B=39.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732082500.310.1700.02212.7388.5182.94
HexADD0FA1F1102d55953
Octal255320372372102325131123
Binary10101101110100001111101011111100010101101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0FA; }

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

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

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

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

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

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

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

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