#ACC9F8

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

Shades of Pale Cornflower Blue #ACC9F8

Tints of Pale Cornflower Blue #ACC9F8

Color information

#ACC9F8 (or 0xACC9F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, C9 and F8. RGB value is (172,201,248). Sum of RGB (Red+Green+Blue) = 172+201+248=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC9F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9F8 is #533607. Grayscale: #C5C5C5. Windows color (decimal): -5453320 or 16304556. OLE color: 16304556.

HSL color Cylindrical-coordinate representation of color #ACC9F8: hue angle of 217.11º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC9F8 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172201248-
CMYK0.310.1900.03
HSL217.11º84.44%82.35%-
HSV(B)217.11º30.65%97.25%-
XYZ54.8457.3296.98-
YUV197.69156.39109.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=27.70%
G=32.37%
B=39.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722012480.310.1900.03217.1184.4482.35
HexACC9F81F1303d95452
Octal254311370372303331124122
Binary10101100110010011111100011111100110111101100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9F8; }

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

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

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

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

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

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

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

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