#AAD0FE

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

Shades of Pale Cornflower Blue #AAD0FE

Tints of Pale Cornflower Blue #AAD0FE

Color information

#AAD0FE (or 0xAAD0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D0 and FE. RGB value is (170,208,254). Sum of RGB (Red+Green+Blue) = 170+208+254=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0FE is #552F01. Grayscale: #C9C9C9. Windows color (decimal): -5582594 or 16699562. OLE color: 16699562.

HSL color Cylindrical-coordinate representation of color #AAD0FE: hue angle of 212.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD0FE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170208254-
CMYK0.330.1800.00
HSL212.86º97.67%83.14%-
HSV(B)212.86º33.07%99.61%-
XYZ57.0260.81102.5-
YUV201.88157.41105.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=26.90%
G=32.91%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702082540.330.1800.00212.8697.6783.14
HexAAD0FE211200d56253
Octal252320376412200325142123
Binary10101010110100001111111010000110010001101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0FE; }

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

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

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

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

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

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

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

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