#ACC9FF

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

Shades of Pale Cornflower Blue #ACC9FF

Tints of Pale Cornflower Blue #ACC9FF

Color information

#ACC9FF (or 0xACC9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, C9 and FF. RGB value is (172,201,255). Sum of RGB (Red+Green+Blue) = 172+201+255=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9FF is #533600. Grayscale: #C6C6C6. Windows color (decimal): -5453313 or 16763308. OLE color: 16763308.

HSL color Cylindrical-coordinate representation of color #ACC9FF: hue angle of 219.04º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC9FF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172201255-
CMYK0.330.2100
HSL219.04º100%83.73%-
HSV(B)219.04º32.55%100%-
XYZ55.9557.76102.81-
YUV198.48159.89109.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 255 (100% from 255) = 40.61%
R=27.39%
G=32.01%
B=40.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722012550.330.2100219.0410083.73
HexACC9FF211500db6454
Octal254311377412500333144124
Binary10101100110010011111111110000110101001101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9FF; }

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

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

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

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

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

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

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

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