#AAD6FB

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

Shades of Pale Cornflower Blue #AAD6FB

Tints of Pale Cornflower Blue #AAD6FB

Color information

#AAD6FB (or 0xAAD6FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D6 and FB. RGB value is (170,214,251). Sum of RGB (Red+Green+Blue) = 170+214+251=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAD6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6FB is #552904. Grayscale: #CCCCCC. Windows color (decimal): -5581061 or 16504490. OLE color: 16504490.

HSL color Cylindrical-coordinate representation of color #AAD6FB: hue angle of 207.41º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD6FB is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170214251-
CMYK0.320.1500.02
HSL207.41º91.01%82.55%-
HSV(B)207.41º32.27%98.43%-
XYZ58.0463.6100.48-
YUV205.06153.92102.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=26.77%
G=33.70%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702142510.320.1500.02207.4191.0182.55
HexAAD6FB20F02cf5b53
Octal252326373401702317133123
Binary10101010110101101111101110000011110101100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6FB; }

 p { color: rgb(170,214,251); }

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

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

 a { background-color: rgb(170,214,251); }

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

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

 span { border-color: rgb(170,214,251); }

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