#57FFF7

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

Shades of Baby Blue #57FFF7

Tints of Baby Blue #57FFF7

Color information

#57FFF7 (or 0x57FFF7) is unknown color: approx Baby Blue. HEX triplet: 57, FF and F7. RGB value is (87,255,247). Sum of RGB (Red+Green+Blue) = 87+255+247=589 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.77% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FFF7 is #A80008. Grayscale: #CBCBCB. Windows color (decimal): -11010057 or 16252759. OLE color: 16252759.

HSL color Cylindrical-coordinate representation of color #57FFF7: hue angle of 177.14º 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 #57FFF7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB87255247-
CMYK0.6600.030
HSL177.14º100%67.06%-
HSV(B)177.14º65.88%100%-
XYZ56.4880.26100.51-
YUV203.86152.3444.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.77%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 247 (96.88% from 255) = 41.94%
R=14.77%
G=43.29%
B=41.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal872552470.6600.030177.1410067.06
Hex57FFF742030b16443
Octal127377367102030261144103
Binary10101111111111111110111100001001101011000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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