#57F0F3

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

Shades of Baby Blue #57F0F3

Tints of Baby Blue #57F0F3

Color information

#57F0F3 (or 0x57F0F3) is unknown color: approx Baby Blue. HEX triplet: 57, F0 and F3. RGB value is (87,240,243). Sum of RGB (Red+Green+Blue) = 87+240+243=570 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.26% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #57F0F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F0F3 is #A80F0C. Grayscale: #C2C2C2. Windows color (decimal): -11013901 or 15986775. OLE color: 15986775.

HSL color Cylindrical-coordinate representation of color #57F0F3: hue angle of 181.15º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F0F3 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB87240243-
CMYK0.640.0100.05
HSL181.15º86.67%64.71%-
HSV(B)181.15º64.2%95.29%-
XYZ51.2770.8295.76-
YUV194.6155.3151.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.26%
GREEN value IS 240 (94.14% from 255) = 42.11%
BLUE value IS 243 (95.31% from 255) = 42.63%
R=15.26%
G=42.11%
B=42.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal872402430.640.0100.05181.1586.6764.71
Hex57F0F340105b55741
Octal127360363100105265127101
Binary101011111110000111100111000000101011011010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,240,243); }

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

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

 a { background-color: rgb(87,240,243); }

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

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

 span { border-color: rgb(87,240,243); }

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