Html Css Color HEX #57F2EF Baby Blue

📋 copy color: '#57F2EF'

red 87 ◦ green 242 ◦ blue 239

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

Shades of Baby Blue #57F2EF

Tints of Baby Blue #57F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.61%

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

R = 15.32%
G = 42.61%
B = 42.08%

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

#57F2EF (or 0x57F2EF) is known color: Baby Blue. HEX triplet: 57, F2 and EF. RGB value is (87,242,239). Sum of RGB (Red+Green+Blue) = 87+242+239=568 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.32% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #57F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F2EF is #A80D10. Grayscale: #C3C3C3. Windows color (decimal): -11013393 or 15725143. OLE color: 15725143.

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

Color convert

RGB 87 242 239 -
CMYK 0.64 0 0.01 0.05
HSL 178.84º 0.86% 0.65% -
HSV(B) 178.84º 0.64% 0.95% -
XYZ 51.26 71.76 92.81 -
YUV 195.31 152.65 50.74 -
System Red Green Blue C M Y K H S L
Decimal 87 242 239 0.64 0 0.01 0.05 178.84 0.86 0.65
Hex 57 F2 EF 40 0 1 5 B3 56 41
Octal 127 362 357 100 0 1 5 263 126 101
Binary 1010111 11110010 11101111 1000000 0 1 101 10110011 1010110 1000001

Color Harmonies of #57F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F2EF

Black with #57F2EF

Text Example


Text Example

White with #57F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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