#57ACFF

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

Shades of Cornflower Blue #57ACFF

Tints of Cornflower Blue #57ACFF

Color information

#57ACFF (or 0x57ACFF) is unknown color: approx Cornflower Blue. HEX triplet: 57, AC and FF. RGB value is (87,172,255). Sum of RGB (Red+Green+Blue) = 87+172+255=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #57ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ACFF is #A85300. Grayscale: #9B9B9B. Windows color (decimal): -11031297 or 16755799. OLE color: 16755799.

HSL color Cylindrical-coordinate representation of color #57ACFF: hue angle of 209.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57ACFF is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB87172255-
CMYK0.660.3300
HSL209.64º100%67.06%-
HSV(B)209.64º65.88%100%-
XYZ36.7338.75100.15-
YUV156.05183.8478.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.93%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 255 (100% from 255) = 49.61%
R=16.93%
G=33.46%
B=49.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal871722550.660.3300209.6410067.06
Hex57ACFF422100d26443
Octal1272543771024100322144103
Binary101011110101100111111111000010100001001101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57ACFF; }

 p { color: rgb(87,172,255); }

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

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

 a { background-color: rgb(87,172,255); }

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

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

 span { border-color: rgb(87,172,255); }

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