Html Css Color HEX #57EDF8 Baby Blue

📋 copy color: '#57EDF8'

red 87 ◦ green 237 ◦ blue 248

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

Shades of Baby Blue #57EDF8

Tints of Baby Blue #57EDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.36%

R = 15.21%
G = 41.43%
B = 43.36%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57EDF8 (or 0x57EDF8) is known color: Baby Blue. HEX triplet: 57, ED and F8. RGB value is (87,237,248). Sum of RGB (Red+Green+Blue) = 87+237+248=572 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.21% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #57EDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EDF8 is #A81207. Grayscale: #C1C1C1. Windows color (decimal): -11014664 or 16313687. OLE color: 16313687.

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

Color convert

RGB 87 237 248 -
CMYK 0.65 0.04 0 0.03
HSL 184.1º 0.92% 0.66% -
HSV(B) 184.1º 0.65% 0.97% -
XYZ 51.16 69.37 99.5 -
YUV 193.4 158.81 52.11 -
System Red Green Blue C M Y K H S L
Decimal 87 237 248 0.65 0.04 0 0.03 184.1 0.92 0.66
Hex 57 ED F8 41 4 0 3 B8 5C 42
Octal 127 355 370 101 4 0 3 270 134 102
Binary 1010111 11101101 11111000 1000001 100 0 11 10111000 1011100 1000010

Color Harmonies of #57EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EDF8

Black with #57EDF8

Text Example


Text Example

White with #57EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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