Html Css Color HEX #57F1EF Baby Blue

📋 copy color: '#57F1EF'

red 87 ◦ green 241 ◦ blue 239

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

Shades of Baby Blue #57F1EF

Tints of Baby Blue #57F1EF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.5%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 15.34%
G = 42.5%
B = 42.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#57F1EF (or 0x57F1EF) is known color: Baby Blue. HEX triplet: 57, F1 and EF. RGB value is (87,241,239). Sum of RGB (Red+Green+Blue) = 87+241+239=567 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.34% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #57F1EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F1EF is #A80E10. Grayscale: #C2C2C2. Windows color (decimal): -11013649 or 15724887. OLE color: 15724887.

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

Color convert

RGB 87 241 239 -
CMYK 0.64 0 0.01 0.05
HSL 179.22º 0.85% 0.64% -
HSV(B) 179.22º 0.64% 0.95% -
XYZ 50.97 71.17 92.71 -
YUV 194.73 152.98 51.16 -
System Red Green Blue C M Y K H S L
Decimal 87 241 239 0.64 0 0.01 0.05 179.22 0.85 0.64
Hex 57 F1 EF 40 0 1 5 B3 55 40
Octal 127 361 357 100 0 1 5 263 125 100
Binary 1010111 11110001 11101111 1000000 0 1 101 10110011 1010101 1000000

Color Harmonies of #57F1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F1EF

Black with #57F1EF

Text Example


Text Example

White with #57F1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,241,239); }

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

background-color css

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

 a { background-color: rgb(87,241,239); }

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

border-color css

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

 span { border-color: rgb(87,241,239); }

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