Html Css Color HEX #5EF1ED Baby Blue

📋 copy color: '#5EF1ED'

red 94 ◦ green 241 ◦ blue 237

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

Shades of Baby Blue #5EF1ED

Tints of Baby Blue #5EF1ED

RGB

 RED value IS 94 (37.11% from 255) = 16.43%

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

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

R = 16.43%
G = 42.13%
B = 41.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#5EF1ED (or 0x5EF1ED) is known color: Baby Blue. HEX triplet: 5E, F1 and ED. RGB value is (94,241,237). Sum of RGB (Red+Green+Blue) = 94+241+237=572 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.43% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF1ED is #A10E12. Grayscale: #C4C4C4. Windows color (decimal): -10554899 or 15593822. OLE color: 15593822.

HSL color Cylindrical-coordinate representation of color #5EF1ED: hue angle of 178.37º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1ED is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 241 237 -
CMYK 0.61 0 0.02 0.05
HSL 178.37º 0.84% 0.66% -
HSV(B) 178.37º 0.61% 0.95% -
XYZ 51.36 71.4 91.2 -
YUV 196.59 150.8 54.83 -
System Red Green Blue C M Y K H S L
Decimal 94 241 237 0.61 0 0.02 0.05 178.37 0.84 0.66
Hex 5E F1 ED 3D 0 2 5 B2 54 42
Octal 136 361 355 75 0 2 5 262 124 102
Binary 1011110 11110001 11101101 111101 0 10 101 10110010 1010100 1000010

Color Harmonies of #5EF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF1ED

Black with #5EF1ED

Text Example


Text Example

White with #5EF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EF1ED; }

 p { color: rgb(94,241,237); }

 H1.HeaderClassName
 {
   color: #5EF1ED;
 }
 .AnyTagClassName
 {
   color: #5EF1ED;
 }
</style>

background-color css

<style>
 a { background-color: #5EF1ED; }

 a { background-color: rgb(94,241,237); }

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

border-color css

<style>
 span { border-color: #5EF1ED; }

 span { border-color: rgb(94,241,237); }

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