#57ACFC

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

Shades of Cornflower Blue #57ACFC

Tints of Cornflower Blue #57ACFC

Color information

#57ACFC (or 0x57ACFC) is unknown color: approx Cornflower Blue. HEX triplet: 57, AC and FC. RGB value is (87,172,252). Sum of RGB (Red+Green+Blue) = 87+172+252=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #57ACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ACFC is #A85303. Grayscale: #9B9B9B. Windows color (decimal): -11031300 or 16559191. OLE color: 16559191.

HSL color Cylindrical-coordinate representation of color #57ACFC: hue angle of 209.09º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57ACFC is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB87172252-
CMYK0.650.3200.01
HSL209.09º96.49%66.47%-
HSV(B)209.09º65.48%98.82%-
XYZ36.2538.5697.63-
YUV155.71182.3479-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.03%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=17.03%
G=33.66%
B=49.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871722520.650.3200.01209.0996.4966.47
Hex57ACFC412001d16042
Octal1272543741014001321140102
Binary101011110101100111111001000001100000011101000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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