#ACCBF5

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

Shades of Pale Cornflower Blue #ACCBF5

Tints of Pale Cornflower Blue #ACCBF5

Color information

#ACCBF5 (or 0xACCBF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CB and F5. RGB value is (172,203,245). Sum of RGB (Red+Green+Blue) = 172+203+245=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACCBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBF5 is #53340A. Grayscale: #C6C6C6. Windows color (decimal): -5452811 or 16108460. OLE color: 16108460.

HSL color Cylindrical-coordinate representation of color #ACCBF5: hue angle of 214.52º degrees, saturation: 0.78, 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 #ACCBF5 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172203245-
CMYK0.300.1700.04
HSL214.52º78.49%81.76%-
HSV(B)214.52º29.8%96.08%-
XYZ54.8558.0894.7-
YUV198.52154.23109.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 245 (96.09% from 255) = 39.52%
R=27.74%
G=32.74%
B=39.52%

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
Decimal1722032450.300.1700.04214.5278.4981.76
HexACCBF51E1104d74e52
Octal254313365362104327116122
Binary101011001100101111110101111101000101001101011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBF5; }

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

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

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

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

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

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

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

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