#AAD5FB

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

Shades of Pale Cornflower Blue #AAD5FB

Tints of Pale Cornflower Blue #AAD5FB

Color information

#AAD5FB (or 0xAAD5FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D5 and FB. RGB value is (170,213,251). Sum of RGB (Red+Green+Blue) = 170+213+251=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAD5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5FB is #552A04. Grayscale: #CCCCCC. Windows color (decimal): -5581317 or 16504234. OLE color: 16504234.

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

Color convert

RGB170213251-
CMYK0.320.1500.02
HSL208.15º91.01%82.55%-
HSV(B)208.15º32.27%98.43%-
XYZ57.7863.1100.4-
YUV204.48154.25103.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=26.81%
G=33.60%
B=39.59%

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
Decimal1702132510.320.1500.02208.1591.0182.55
HexAAD5FB20F02d05b53
Octal252325373401702320133123
Binary10101010110101011111101110000011110101101000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5FB; }

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

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

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

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

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

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

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

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