#ACCBF0

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

Shades of Pale Cornflower Blue #ACCBF0

Tints of Pale Cornflower Blue #ACCBF0

Color information

#ACCBF0 (or 0xACCBF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CB and F0. RGB value is (172,203,240). Sum of RGB (Red+Green+Blue) = 172+203+240=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBF0 is #53340F. Grayscale: #C5C5C5. Windows color (decimal): -5452816 or 15780780. OLE color: 15780780.

HSL color Cylindrical-coordinate representation of color #ACCBF0: hue angle of 212.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCBF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172203240-
CMYK0.280.1500.06
HSL212.65º69.39%80.78%-
HSV(B)212.65º28.33%94.12%-
XYZ54.157.7790.74-
YUV197.95151.73109.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=27.97%
G=33.01%
B=39.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722032400.280.1500.06212.6569.3980.78
HexACCBF01CF06d54551
Octal254313360341706325105121
Binary10101100110010111111000011100111101101101010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBF0; }

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

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

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

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

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

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

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

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