Html Css Color HEX #5EFDE3 Baby Blue

📋 copy color: '#5EFDE3'

red 94 ◦ green 253 ◦ blue 227

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

Shades of Baby Blue #5EFDE3

Tints of Baby Blue #5EFDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.55%

R = 16.38%
G = 44.08%
B = 39.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#5EFDE3 (or 0x5EFDE3) is known color: Baby Blue. HEX triplet: 5E, FD and E3. RGB value is (94,253,227). Sum of RGB (Red+Green+Blue) = 94+253+227=574 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.38% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDE3 is #A1021C. Grayscale: #CACACA. Windows color (decimal): -10551837 or 14941534. OLE color: 14941534.

HSL color Cylindrical-coordinate representation of color #5EFDE3: hue angle of 170.19º 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 #5EFDE3 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 253 227 -
CMYK 0.63 0 0.10 0.01
HSL 170.19º 0.98% 0.68% -
HSV(B) 170.19º 0.63% 0.99% -
XYZ 53.61 78.18 84.94 -
YUV 202.5 141.82 50.61 -
System Red Green Blue C M Y K H S L
Decimal 94 253 227 0.63 0 0.10 0.01 170.19 0.98 0.68
Hex 5E FD E3 3F 0 A 1 AA 62 44
Octal 136 375 343 77 0 12 1 252 142 104
Binary 1011110 11111101 11100011 111111 0 1010 1 10101010 1100010 1000100

Color Harmonies of #5EFDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDE3

Black with #5EFDE3

Text Example


Text Example

White with #5EFDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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