Html Css Color HEX #5EFBE7 Baby Blue

📋 copy color: '#5EFBE7'

red 94 ◦ green 251 ◦ blue 231

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

Shades of Baby Blue #5EFBE7

Tints of Baby Blue #5EFBE7

RGB

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

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

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

R = 16.32%
G = 43.58%
B = 40.1%

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

#5EFBE7 (or 0x5EFBE7) is known color: Baby Blue. HEX triplet: 5E, FB and E7. RGB value is (94,251,231). Sum of RGB (Red+Green+Blue) = 94+251+231=576 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.32% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFBE7 is #A10418. Grayscale: #C9C9C9. Windows color (decimal): -10552345 or 15203166. OLE color: 15203166.

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

Color convert

RGB 94 251 231 -
CMYK 0.63 0 0.08 0.02
HSL 172.36º 0.95% 0.68% -
HSV(B) 172.36º 0.63% 0.98% -
XYZ 53.54 77.14 87.67 -
YUV 201.78 144.49 51.13 -
System Red Green Blue C M Y K H S L
Decimal 94 251 231 0.63 0 0.08 0.02 172.36 0.95 0.68
Hex 5E FB E7 3F 0 8 2 AC 5F 44
Octal 136 373 347 77 0 10 2 254 137 104
Binary 1011110 11111011 11100111 111111 0 1000 10 10101100 1011111 1000100

Color Harmonies of #5EFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFBE7

Black with #5EFBE7

Text Example


Text Example

White with #5EFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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