#AAD0F3

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

Shades of Pale Cornflower Blue #AAD0F3

Tints of Pale Cornflower Blue #AAD0F3

Color information

#AAD0F3 (or 0xAAD0F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D0 and F3. RGB value is (170,208,243). Sum of RGB (Red+Green+Blue) = 170+208+243=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0F3 is #552F0C. Grayscale: #C8C8C8. Windows color (decimal): -5582605 or 15978666. OLE color: 15978666.

HSL color Cylindrical-coordinate representation of color #AAD0F3: hue angle of 208.77º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD0F3 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170208243-
CMYK0.300.1400.05
HSL208.77º75.26%80.98%-
HSV(B)208.77º30.04%95.29%-
XYZ55.3160.1393.48-
YUV200.63151.91106.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=27.38%
G=33.49%
B=39.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702082430.300.1400.05208.7775.2680.98
HexAAD0F31EE05d14b51
Octal252320363361605321113121
Binary10101010110100001111001111110111001011101000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0F3; }

 p { color: rgb(170,208,243); }

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

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

 a { background-color: rgb(170,208,243); }

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

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

 span { border-color: rgb(170,208,243); }

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