Html Css Color HEX #5EFAE2 Baby Blue

📋 copy color: '#5EFAE2'

red 94 ◦ green 250 ◦ blue 226

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

Shades of Baby Blue #5EFAE2

Tints of Baby Blue #5EFAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.86%

 BLUE value IS 226 (88.67% from 255) = 39.65%

R = 16.49%
G = 43.86%
B = 39.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#5EFAE2 (or 0x5EFAE2) is known color: Baby Blue. HEX triplet: 5E, FA and E2. RGB value is (94,250,226). Sum of RGB (Red+Green+Blue) = 94+250+226=570 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.49% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFAE2 is #A1051D. Grayscale: #C8C8C8. Windows color (decimal): -10552606 or 14875230. OLE color: 14875230.

HSL color Cylindrical-coordinate representation of color #5EFAE2: hue angle of 170.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAE2 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 250 226 -
CMYK 0.62 0 0.10 0.02
HSL 170.77º 0.94% 0.67% -
HSV(B) 170.77º 0.62% 0.98% -
XYZ 52.53 76.24 83.9 -
YUV 200.62 142.32 51.95 -
System Red Green Blue C M Y K H S L
Decimal 94 250 226 0.62 0 0.10 0.02 170.77 0.94 0.67
Hex 5E FA E2 3E 0 A 2 AB 5E 43
Octal 136 372 342 76 0 12 2 253 136 103
Binary 1011110 11111010 11100010 111110 0 1010 10 10101011 1011110 1000011

Color Harmonies of #5EFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAE2

Black with #5EFAE2

Text Example


Text Example

White with #5EFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,250,226); }

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

background-color css

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

 a { background-color: rgb(94,250,226); }

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

border-color css

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

 span { border-color: rgb(94,250,226); }

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