#ACCBF2

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

Shades of Pale Cornflower Blue #ACCBF2

Tints of Pale Cornflower Blue #ACCBF2

Color information

#ACCBF2 (or 0xACCBF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CB and F2. RGB value is (172,203,242). Sum of RGB (Red+Green+Blue) = 172+203+242=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBF2 is #53340D. Grayscale: #C5C5C5. Windows color (decimal): -5452814 or 15911852. OLE color: 15911852.

HSL color Cylindrical-coordinate representation of color #ACCBF2: hue angle of 213.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACCBF2 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172203242-
CMYK0.290.1600.05
HSL213.43º72.92%81.18%-
HSV(B)213.43º28.93%94.9%-
XYZ54.457.8992.31-
YUV198.18152.73109.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=27.88%
G=32.90%
B=39.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722032420.290.1600.05213.4372.9281.18
HexACCBF21D1005d54951
Octal254313362352005325111121
Binary101011001100101111110010111011000001011101010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBF2; }

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

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

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

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

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

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

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

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