#4EFEEA

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

Shades of Baby Blue #4EFEEA

Tints of Baby Blue #4EFEEA

Color information

#4EFEEA (or 0x4EFEEA) is unknown color: approx Baby Blue. HEX triplet: 4E, FE and EA. RGB value is (78,254,234). Sum of RGB (Red+Green+Blue) = 78+254+234=566 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.78% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFEEA is #B10115. Grayscale: #C7C7C7. Windows color (decimal): -11600150 or 15400526. OLE color: 15400526.

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

Color convert

RGB78254234-
CMYK0.6900.080.00
HSL173.18º98.88%65.1%-
HSV(B)173.18º69.29%99.61%-
XYZ53.4378.4490.17-
YUV199.1147.6941.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.78%
GREEN value IS 254 (99.61% from 255) = 44.88%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=13.78%
G=44.88%
B=41.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal782542340.6900.080.00173.1898.8865.1
Hex4EFEEA45080ad6341
Octal1163763521050100255143101
Binary1001110111111101110101010001010100001010110111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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