#5EFBF6

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

Shades of Baby Blue #5EFBF6

Tints of Baby Blue #5EFBF6

Color information

#5EFBF6 (or 0x5EFBF6) is unknown color: approx Baby Blue. HEX triplet: 5E, FB and F6. RGB value is (94,251,246). Sum of RGB (Red+Green+Blue) = 94+251+246=591 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.91% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFBF6 is #A10409. Grayscale: #CBCBCB. Windows color (decimal): -10552330 or 16186206. OLE color: 16186206.

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

Color convert

RGB94251246-
CMYK0.6300.020.02
HSL178.09º95.15%67.65%-
HSV(B)178.09º62.55%98.43%-
XYZ55.7578.0399.31-
YUV203.49151.9949.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 15.91%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=15.91%
G=42.47%
B=41.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942512460.6300.020.02178.0995.1567.65
Hex5EFBF63F022b25f44
Octal13637336677022262137104
Binary10111101111101111110110111111010101011001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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