#57F5FD

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

Shades of Baby Blue #57F5FD

Tints of Baby Blue #57F5FD

Color information

#57F5FD (or 0x57F5FD) is unknown color: approx Baby Blue. HEX triplet: 57, F5 and FD. RGB value is (87,245,253). Sum of RGB (Red+Green+Blue) = 87+245+253=585 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.87% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #57F5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F5FD is #A80A02. Grayscale: #C6C6C6. Windows color (decimal): -11012611 or 16643415. OLE color: 16643415.

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

Color convert

RGB87245253-
CMYK0.660.0300.01
HSL182.89º97.65%66.67%-
HSV(B)182.89º65.61%99.22%-
XYZ54.3174.42104.43-
YUV198.67158.6548.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.87%
GREEN value IS 245 (96.09% from 255) = 41.88%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=14.87%
G=41.88%
B=43.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal872452530.660.0300.01182.8997.6566.67
Hex57F5FD42301b76243
Octal127365375102301267142103
Binary10101111111010111111101100001011011011011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,245,253); }

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

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

 a { background-color: rgb(87,245,253); }

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

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

 span { border-color: rgb(87,245,253); }

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