Html Css Color HEX #57EDF5 Baby Blue

📋 copy color: '#57EDF5'

red 87 ◦ green 237 ◦ blue 245

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

Shades of Baby Blue #57EDF5

Tints of Baby Blue #57EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

 BLUE value IS 245 (96.09% from 255) = 43.06%

R = 15.29%
G = 41.65%
B = 43.06%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#57EDF5 (or 0x57EDF5) is known color: Baby Blue. HEX triplet: 57, ED and F5. RGB value is (87,237,245). Sum of RGB (Red+Green+Blue) = 87+237+245=569 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.29% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #57EDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EDF5 is #A8120A. Grayscale: #C0C0C0. Windows color (decimal): -11014667 or 16117079. OLE color: 16117079.

HSL color Cylindrical-coordinate representation of color #57EDF5: hue angle of 183.04º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EDF5 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 237 245 -
CMYK 0.64 0.03 0 0.04
HSL 183.04º 0.89% 0.65% -
HSV(B) 183.04º 0.64% 0.96% -
XYZ 50.7 69.19 97.07 -
YUV 193.06 157.31 52.35 -
System Red Green Blue C M Y K H S L
Decimal 87 237 245 0.64 0.03 0 0.04 183.04 0.89 0.65
Hex 57 ED F5 40 3 0 4 B7 59 41
Octal 127 355 365 100 3 0 4 267 131 101
Binary 1010111 11101101 11110101 1000000 11 0 100 10110111 1011001 1000001

Color Harmonies of #57EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EDF5

Black with #57EDF5

Text Example


Text Example

White with #57EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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