#57FAF3

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

Shades of Baby Blue #57FAF3

Tints of Baby Blue #57FAF3

Color information

#57FAF3 (or 0x57FAF3) is unknown color: approx Baby Blue. HEX triplet: 57, FA and F3. RGB value is (87,250,243). Sum of RGB (Red+Green+Blue) = 87+250+243=580 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FAF3 is #A8050C. Grayscale: #C8C8C8. Windows color (decimal): -11011341 or 15989335. OLE color: 15989335.

HSL color Cylindrical-coordinate representation of color #57FAF3: hue angle of 177.42º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FAF3 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB87250243-
CMYK0.6500.030.02
HSL177.42º94.22%66.08%-
HSV(B)177.42º65.2%98.04%-
XYZ54.2976.8796.77-
YUV200.4615247.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=15%
G=43.10%
B=41.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872502430.6500.030.02177.4294.2266.08
Hex57FAF341032b15e42
Octal127372363101032261136102
Binary101011111111010111100111000001011101011000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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