Html Css Color HEX #5EFDED Baby Blue

📋 copy color: '#5EFDED'

red 94 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #5EFDED

Tints of Baby Blue #5EFDED

RGB

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

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

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

R = 16.1%
G = 43.32%
B = 40.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#5EFDED (or 0x5EFDED) is known color: Baby Blue. HEX triplet: 5E, FD and ED. RGB value is (94,253,237). Sum of RGB (Red+Green+Blue) = 94+253+237=584 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.10% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDED is #A10212. Grayscale: #CBCBCB. Windows color (decimal): -10551827 or 15596894. OLE color: 15596894.

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

Color convert

RGB 94 253 237 -
CMYK 0.63 0 0.06 0.01
HSL 173.96º 0.98% 0.68% -
HSV(B) 173.96º 0.63% 0.99% -
XYZ 55.03 78.74 92.42 -
YUV 203.64 146.82 49.8 -
System Red Green Blue C M Y K H S L
Decimal 94 253 237 0.63 0 0.06 0.01 173.96 0.98 0.68
Hex 5E FD ED 3F 0 6 1 AE 62 44
Octal 136 375 355 77 0 6 1 256 142 104
Binary 1011110 11111101 11101101 111111 0 110 1 10101110 1100010 1000100

Color Harmonies of #5EFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDED

Black with #5EFDED

Text Example


Text Example

White with #5EFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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