#ACCBF6

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

Shades of Pale Cornflower Blue #ACCBF6

Tints of Pale Cornflower Blue #ACCBF6

Color information

#ACCBF6 (or 0xACCBF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CB and F6. RGB value is (172,203,246). Sum of RGB (Red+Green+Blue) = 172+203+246=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACCBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBF6 is #533409. Grayscale: #C6C6C6. Windows color (decimal): -5452810 or 16173996. OLE color: 16173996.

HSL color Cylindrical-coordinate representation of color #ACCBF6: hue angle of 214.86º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCBF6 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172203246-
CMYK0.300.1700.04
HSL214.86º80.43%81.96%-
HSV(B)214.86º30.08%96.47%-
XYZ5558.1495.51-
YUV198.63154.73109-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 246 (96.48% from 255) = 39.61%
R=27.70%
G=32.69%
B=39.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722032460.300.1700.04214.8680.4381.96
HexACCBF61E1104d75052
Octal254313366362104327120122
Binary101011001100101111110110111101000101001101011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBF6; }

 p { color: rgb(172,203,246); }

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

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

 a { background-color: rgb(172,203,246); }

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

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

 span { border-color: rgb(172,203,246); }

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