#4EFFEA

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

Shades of Baby Blue #4EFFEA

Tints of Baby Blue #4EFFEA

Color information

#4EFFEA (or 0x4EFFEA) is unknown color: approx Baby Blue. HEX triplet: 4E, FF and EA. RGB value is (78,255,234). Sum of RGB (Red+Green+Blue) = 78+255+234=567 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.76% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFFEA is #B10015. Grayscale: #C7C7C7. Windows color (decimal): -11599894 or 15400782. OLE color: 15400782.

HSL color Cylindrical-coordinate representation of color #4EFFEA: hue angle of 172.88º 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 #4EFFEA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB78255234-
CMYK0.6900.080
HSL172.88º100%65.29%-
HSV(B)172.88º69.41%100%-
XYZ53.7579.0890.27-
YUV199.68147.3641.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.76%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=13.76%
G=44.97%
B=41.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782552340.6900.080172.8810065.29
Hex4EFFEA45080ad6441
Octal1163773521050100255144101
Binary1001110111111111110101010001010100001010110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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