#5ef9ee

Color #5EF9EE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5EF9EE

Tints of Baby Blue #5EF9EE

Color information

#5EF9EE (or 0x5EF9EE) is unknown color: approx Baby Blue. HEX triplet: 5E, F9 and EE. RGB value is (94,249,238). Sum of RGB (Red+Green+Blue) = 94+249+238=581 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.18% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #5EF9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF9EE is #A10611. Grayscale: #C9C9C9. Windows color (decimal): -10552850 or 15661406. OLE color: 15661406.

HSL color Cylindrical-coordinate representation of color #5EF9EE: hue angle of 175.74º degrees, saturation: 0.93, 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 #5EF9EE is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB94249238-
CMYK0.6200.040.02
HSL175.74º92.81%67.25%-
HSV(B)175.74º62.25%97.65%-
XYZ53.9276.392.77-
YUV201.4148.6551.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.18%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=16.18%
G=42.86%
B=40.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942492380.6200.040.02175.7492.8167.25
Hex5EF9EE3E042b05d43
Octal13637135676042260135103
Binary101111011111001111011101111100100101011000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ef9ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,249,238); }

 H1.HeaderClassName
 {
   color: #5ef9ee;
 }
 .AnyTagClassName
 {
   color: #5ef9ee;
 }
</style>
background-color css

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

 a { background-color: rgb(94,249,238); }

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

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

 span { border-color: rgb(94,249,238); }

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