Html Css Color HEX #5EFDF1 Baby Blue

📋 copy color: '#5EFDF1'

red 94 ◦ green 253 ◦ blue 241

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

Shades of Baby Blue #5EFDF1

Tints of Baby Blue #5EFDF1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.03%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 15.99%
G = 43.03%
B = 40.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#5EFDF1 (or 0x5EFDF1) is known color: Baby Blue. HEX triplet: 5E, FD and F1. RGB value is (94,253,241). Sum of RGB (Red+Green+Blue) = 94+253+241=588 (77% of max value = 765). Red value is 94 (37.11% from 255 or 15.99% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDF1 is #A1020E. Grayscale: #CBCBCB. Windows color (decimal): -10551823 or 15859038. OLE color: 15859038.

HSL color Cylindrical-coordinate representation of color #5EFDF1: hue angle of 175.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDF1 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 253 241 -
CMYK 0.63 0 0.05 0.01
HSL 175.47º 0.98% 0.68% -
HSV(B) 175.47º 0.63% 0.99% -
XYZ 55.62 78.98 95.53 -
YUV 204.09 148.82 49.48 -
System Red Green Blue C M Y K H S L
Decimal 94 253 241 0.63 0 0.05 0.01 175.47 0.98 0.68
Hex 5E FD F1 3F 0 5 1 AF 62 44
Octal 136 375 361 77 0 5 1 257 142 104
Binary 1011110 11111101 11110001 111111 0 101 1 10101111 1100010 1000100

Color Harmonies of #5EFDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDF1

Black with #5EFDF1

Text Example


Text Example

White with #5EFDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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