#5EFBEA

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

Shades of Baby Blue #5EFBEA

Tints of Baby Blue #5EFBEA

Color information

#5EFBEA (or 0x5EFBEA) is unknown color: approx Baby Blue. HEX triplet: 5E, FB and EA. RGB value is (94,251,234). Sum of RGB (Red+Green+Blue) = 94+251+234=579 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.23% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFBEA is #A10415. Grayscale: #CACACA. Windows color (decimal): -10552342 or 15399774. OLE color: 15399774.

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

Color convert

RGB94251234-
CMYK0.6300.070.02
HSL173.5º95.15%67.65%-
HSV(B)173.5º62.55%98.43%-
XYZ53.9677.3189.92-
YUV202.12145.9950.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.23%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=16.23%
G=43.35%
B=40.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942512340.6300.070.02173.595.1567.65
Hex5EFBEA3F072ae5f44
Octal13637335277072256137104
Binary101111011111011111010101111110111101010111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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