#AACBF9

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

Shades of Pale Cornflower Blue #AACBF9

Tints of Pale Cornflower Blue #AACBF9

Color information

#AACBF9 (or 0xAACBF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and F9. RGB value is (170,203,249). Sum of RGB (Red+Green+Blue) = 170+203+249=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #AACBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF9 is #553406. Grayscale: #C6C6C6. Windows color (decimal): -5583879 or 16370602. OLE color: 16370602.

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

Color convert

RGB170203249-
CMYK0.320.1800.02
HSL214.94º86.81%82.16%-
HSV(B)214.94º31.73%97.65%-
XYZ55.0358.197.94-
YUV198.38156.57107.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=27.33%
G=32.64%
B=40.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702032490.320.1800.02214.9486.8182.16
HexAACBF9201202d75752
Octal252313371402202327127122
Binary101010101100101111111001100000100100101101011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBF9; }

 p { color: rgb(170,203,249); }

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

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

 a { background-color: rgb(170,203,249); }

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

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

 span { border-color: rgb(170,203,249); }

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