Html Css Color HEX #5EFBE6 Baby Blue

📋 copy color: '#5EFBE6'

red 94 ◦ green 251 ◦ blue 230

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

Shades of Baby Blue #5EFBE6

Tints of Baby Blue #5EFBE6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.65%

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

R = 16.35%
G = 43.65%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#5EFBE6 (or 0x5EFBE6) is known color: Baby Blue. HEX triplet: 5E, FB and E6. RGB value is (94,251,230). Sum of RGB (Red+Green+Blue) = 94+251+230=575 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.35% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFBE6 is #A10419. Grayscale: #C9C9C9. Windows color (decimal): -10552346 or 15137630. OLE color: 15137630.

HSL color Cylindrical-coordinate representation of color #5EFBE6: hue angle of 171.97º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFBE6 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 251 230 -
CMYK 0.63 0 0.08 0.02
HSL 171.97º 0.95% 0.68% -
HSV(B) 171.97º 0.63% 0.98% -
XYZ 53.4 77.09 86.93 -
YUV 201.66 143.99 51.21 -
System Red Green Blue C M Y K H S L
Decimal 94 251 230 0.63 0 0.08 0.02 171.97 0.95 0.68
Hex 5E FB E6 3F 0 8 2 AC 5F 44
Octal 136 373 346 77 0 10 2 254 137 104
Binary 1011110 11111011 11100110 111111 0 1000 10 10101100 1011111 1000100

Color Harmonies of #5EFBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFBE6

Black with #5EFBE6

Text Example


Text Example

White with #5EFBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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