#57A6FC

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

Shades of Cornflower Blue #57A6FC

Tints of Cornflower Blue #57A6FC

Color information

#57A6FC (or 0x57A6FC) is unknown color: approx Cornflower Blue. HEX triplet: 57, A6 and FC. RGB value is (87,166,252). Sum of RGB (Red+Green+Blue) = 87+166+252=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #57A6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A6FC is #A85903. Grayscale: #979797. Windows color (decimal): -11032836 or 16557655. OLE color: 16557655.

HSL color Cylindrical-coordinate representation of color #57A6FC: hue angle of 211.27º 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 #57A6FC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB87166252-
CMYK0.650.3400.01
HSL211.27º96.49%66.47%-
HSV(B)211.27º65.48%98.82%-
XYZ35.1436.3397.26-
YUV152.18184.3381.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.23%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 252 (98.83% from 255) = 49.90%
R=17.23%
G=32.87%
B=49.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871662520.650.3400.01211.2796.4966.47
Hex57A6FC412201d36042
Octal1272463741014201323140102
Binary101011110100110111111001000001100010011101001111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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