Html Css Color HEX #5EFDE6 Baby Blue

📋 copy color: '#5EFDE6'

red 94 ◦ green 253 ◦ blue 230

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

Shades of Baby Blue #5EFDE6

Tints of Baby Blue #5EFDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 16.29%
G = 43.85%
B = 39.86%

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

#5EFDE6 (or 0x5EFDE6) is known color: Baby Blue. HEX triplet: 5E, FD and E6. RGB value is (94,253,230). Sum of RGB (Red+Green+Blue) = 94+253+230=577 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.29% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDE6 is #A10219. Grayscale: #CACACA. Windows color (decimal): -10551834 or 15138142. OLE color: 15138142.

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

Color convert

RGB 94 253 230 -
CMYK 0.63 0 0.09 0.01
HSL 171.32º 0.98% 0.68% -
HSV(B) 171.32º 0.63% 0.99% -
XYZ 54.02 78.34 87.14 -
YUV 202.84 143.32 50.37 -
System Red Green Blue C M Y K H S L
Decimal 94 253 230 0.63 0 0.09 0.01 171.32 0.98 0.68
Hex 5E FD E6 3F 0 9 1 AB 62 44
Octal 136 375 346 77 0 11 1 253 142 104
Binary 1011110 11111101 11100110 111111 0 1001 1 10101011 1100010 1000100

Color Harmonies of #5EFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDE6

Black with #5EFDE6

Text Example


Text Example

White with #5EFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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