#aad3f3

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

Shades of Pale Cornflower Blue #AAD3F3

Tints of Pale Cornflower Blue #AAD3F3

Color information

#AAD3F3 (or 0xAAD3F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D3 and F3. RGB value is (170,211,243). Sum of RGB (Red+Green+Blue) = 170+211+243=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3F3 is #552C0C. Grayscale: #CACACA. Windows color (decimal): -5581837 or 15979434. OLE color: 15979434.

HSL color Cylindrical-coordinate representation of color #AAD3F3: hue angle of 206.3º 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 #AAD3F3 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170211243-
CMYK0.300.1300.05
HSL206.3º75.26%80.98%-
HSV(B)206.3º30.04%95.29%-
XYZ56.0561.6193.73-
YUV202.39150.92104.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=27.24%
G=33.81%
B=38.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702112430.300.1300.05206.375.2680.98
HexAAD3F31ED05ce4b51
Octal252323363361505316113121
Binary10101010110100111111001111110110101011100111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad3f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad3f3; }

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

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

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

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

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

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

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

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