#ACC9FB

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

Shades of Pale Cornflower Blue #ACC9FB

Tints of Pale Cornflower Blue #ACC9FB

Color information

#ACC9FB (or 0xACC9FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, C9 and FB. RGB value is (172,201,251). Sum of RGB (Red+Green+Blue) = 172+201+251=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 201 (78.91% from 255 or 32.21% 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 #ACC9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9FB is #533604. Grayscale: #C5C5C5. Windows color (decimal): -5453317 or 16501164. OLE color: 16501164.

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

Color convert

RGB172201251-
CMYK0.310.2000.02
HSL217.97º90.8%82.94%-
HSV(B)217.97º31.47%98.43%-
XYZ55.3157.5199.45-
YUV198.03157.89109.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=27.56%
G=32.21%
B=40.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722012510.310.2000.02217.9790.882.94
HexACC9FB1F1402da5b53
Octal254311373372402332133123
Binary10101100110010011111101111111101000101101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9FB; }

 p { color: rgb(172,201,251); }

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

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

 a { background-color: rgb(172,201,251); }

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

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

 span { border-color: rgb(172,201,251); }

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