Html Css Color HEX #5EFDE7 Baby Blue

📋 copy color: '#5EFDE7'

red 94 ◦ green 253 ◦ blue 231

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

Shades of Baby Blue #5EFDE7

Tints of Baby Blue #5EFDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.97%

R = 16.26%
G = 43.77%
B = 39.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#5EFDE7 (or 0x5EFDE7) is known color: Baby Blue. HEX triplet: 5E, FD and E7. RGB value is (94,253,231). Sum of RGB (Red+Green+Blue) = 94+253+231=578 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.26% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDE7 is #A10218. Grayscale: #CACACA. Windows color (decimal): -10551833 or 15203678. OLE color: 15203678.

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

Color convert

RGB 94 253 231 -
CMYK 0.63 0 0.09 0.01
HSL 171.7º 0.98% 0.68% -
HSV(B) 171.7º 0.63% 0.99% -
XYZ 54.17 78.4 87.88 -
YUV 202.95 143.82 50.29 -
System Red Green Blue C M Y K H S L
Decimal 94 253 231 0.63 0 0.09 0.01 171.7 0.98 0.68
Hex 5E FD E7 3F 0 9 1 AC 62 44
Octal 136 375 347 77 0 11 1 254 142 104
Binary 1011110 11111101 11100111 111111 0 1001 1 10101100 1100010 1000100

Color Harmonies of #5EFDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDE7

Black with #5EFDE7

Text Example


Text Example

White with #5EFDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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