#4EFCF5

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

Shades of Baby Blue #4EFCF5

Tints of Baby Blue #4EFCF5

Color information

#4EFCF5 (or 0x4EFCF5) is unknown color: approx Baby Blue. HEX triplet: 4E, FC and F5. RGB value is (78,252,245). Sum of RGB (Red+Green+Blue) = 78+252+245=575 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.57% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFCF5 is #B1030A. Grayscale: #C7C7C7. Windows color (decimal): -11600651 or 16120910. OLE color: 16120910.

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

Color convert

RGB78252245-
CMYK0.6900.030.01
HSL177.59º96.67%64.71%-
HSV(B)177.59º69.05%98.82%-
XYZ54.4377.8398.54-
YUV199.18153.8541.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.57%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 245 (96.09% from 255) = 42.61%
R=13.57%
G=43.83%
B=42.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782522450.6900.030.01177.5996.6764.71
Hex4EFCF545031b26141
Octal116374365105031262141101
Binary10011101111110011110101100010101111011001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,252,245); }

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

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

 a { background-color: rgb(78,252,245); }

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

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

 span { border-color: rgb(78,252,245); }

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