#4EFFEB

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

Shades of Baby Blue #4EFFEB

Tints of Baby Blue #4EFFEB

Color information

#4EFFEB (or 0x4EFFEB) is unknown color: approx Baby Blue. HEX triplet: 4E, FF and EB. RGB value is (78,255,235). Sum of RGB (Red+Green+Blue) = 78+255+235=568 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.73% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFFEB is #B10014. Grayscale: #C7C7C7. Windows color (decimal): -11599893 or 15466318. OLE color: 15466318.

HSL color Cylindrical-coordinate representation of color #4EFFEB: hue angle of 173.22º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFEB is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB78255235-
CMYK0.6900.080
HSL173.22º100%65.29%-
HSV(B)173.22º69.41%100%-
XYZ53.979.1491.03-
YUV199.8147.8641.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.73%
GREEN value IS 255 (100% from 255) = 44.89%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=13.73%
G=44.89%
B=41.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782552350.6900.080173.2210065.29
Hex4EFFEB45080ad6441
Octal1163773531050100255144101
Binary1001110111111111110101110001010100001010110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EFFEB; }

 p { color: rgb(78,255,235); }

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

<style>
 a { background-color: #4EFFEB; }

 a { background-color: rgb(78,255,235); }

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

<style>
 span { border-color: #4EFFEB; }

 span { border-color: rgb(78,255,235); }

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