#AACFFB

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

Shades of Pale Cornflower Blue #AACFFB

Tints of Pale Cornflower Blue #AACFFB

Color information

#AACFFB (or 0xAACFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CF and FB. RGB value is (170,207,251). Sum of RGB (Red+Green+Blue) = 170+207+251=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #AACFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFB is #553004. Grayscale: #C8C8C8. Windows color (decimal): -5582853 or 16502698. OLE color: 16502698.

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

Color convert

RGB170207251-
CMYK0.320.1800.02
HSL212.59º91.01%82.55%-
HSV(B)212.59º32.27%98.43%-
XYZ56.360.1499.91-
YUV200.95156.24105.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=27.07%
G=32.96%
B=39.97%

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
Decimal1702072510.320.1800.02212.5991.0182.55
HexAACFFB201202d55b53
Octal252317373402202325133123
Binary101010101100111111111011100000100100101101010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFFB; }

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

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

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

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

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

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

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

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