#AACBFB

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

Shades of Pale Cornflower Blue #AACBFB

Tints of Pale Cornflower Blue #AACBFB

Color information

#AACBFB (or 0xAACBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and FB. RGB value is (170,203,251). Sum of RGB (Red+Green+Blue) = 170+203+251=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #AACBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFB is #553404. Grayscale: #C6C6C6. Windows color (decimal): -5583877 or 16501674. OLE color: 16501674.

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

Color convert

RGB170203251-
CMYK0.320.1900.02
HSL215.56º91.01%82.55%-
HSV(B)215.56º32.27%98.43%-
XYZ55.3558.2299.59-
YUV198.6157.57107.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=27.24%
G=32.53%
B=40.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702032510.320.1900.02215.5691.0182.55
HexAACBFB201302d85b53
Octal252313373402302330133123
Binary101010101100101111111011100000100110101101100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBFB; }

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

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

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

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

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

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

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

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