Html Css Color HEX #57FCF0 Baby Blue

📋 copy color: '#57FCF0'

red 87 ◦ green 252 ◦ blue 240

#57FCF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #57FCF0

Tints of Baby Blue #57FCF0

RGB

 RED value IS 87 (34.38% from 255) = 15.03%

 GREEN value IS 252 (98.83% from 255) = 43.52%

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 15.03%
G = 43.52%
B = 41.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#57FCF0 (or 0x57FCF0) is known color: Baby Blue. HEX triplet: 57, FC and F0. RGB value is (87,252,240). Sum of RGB (Red+Green+Blue) = 87+252+240=579 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.03% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FCF0 is #A8030F. Grayscale: #C9C9C9. Windows color (decimal): -11010832 or 15793239. OLE color: 15793239.

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

Color convert

RGB 87 252 240 -
CMYK 0.65 0 0.05 0.01
HSL 175.64º 0.96% 0.66% -
HSV(B) 175.64º 0.65% 0.99% -
XYZ 54.47 77.94 94.61 -
YUV 201.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 87 252 240 0.65 0 0.05 0.01 175.64 0.96 0.66
Hex 57 FC F0 41 0 5 1 B0 60 42
Octal 127 374 360 101 0 5 1 260 140 102
Binary 1010111 11111100 11110000 1000001 0 101 1 10110000 1100000 1000010

Color Harmonies of #57FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCF0

Black with #57FCF0

Text Example


Text Example

White with #57FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57FCF0;
 }
 .AnyTagClassName
 {
   color: #57FCF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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