#5EF7EF

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

Shades of Baby Blue #5EF7EF

Tints of Baby Blue #5EF7EF

Color information

#5EF7EF (or 0x5EF7EF) is unknown color: approx Baby Blue. HEX triplet: 5E, F7 and EF. RGB value is (94,247,239). Sum of RGB (Red+Green+Blue) = 94+247+239=580 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.21% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #5EF7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF7EF is #A10810. Grayscale: #C8C8C8. Windows color (decimal): -10553361 or 15726430. OLE color: 15726430.

HSL color Cylindrical-coordinate representation of color #5EF7EF: hue angle of 176.86º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF7EF is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB94247239-
CMYK0.6200.030.03
HSL176.86º90.53%66.86%-
HSV(B)176.86º61.94%96.86%-
XYZ53.4675.1393.35-
YUV200.34149.8152.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.21%
GREEN value IS 247 (96.88% from 255) = 42.59%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=16.21%
G=42.59%
B=41.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal942472390.6200.030.03176.8690.5366.86
Hex5EF7EF3E033b15b43
Octal13636735776033261133103
Binary10111101111011111101111111110011111011000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,247,239); }

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

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

 a { background-color: rgb(94,247,239); }

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

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

 span { border-color: rgb(94,247,239); }

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