#4EFFF2

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

Shades of Baby Blue #4EFFF2

Tints of Baby Blue #4EFFF2

Color information

#4EFFF2 (or 0x4EFFF2) is unknown color: approx Baby Blue. HEX triplet: 4E, FF and F2. RGB value is (78,255,242). Sum of RGB (Red+Green+Blue) = 78+255+242=575 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.57% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFFF2 is #B1000D. Grayscale: #C8C8C8. Windows color (decimal): -11599886 or 15925070. OLE color: 15925070.

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

Color convert

RGB78255242-
CMYK0.6900.050
HSL175.59º100%65.29%-
HSV(B)175.59º69.41%100%-
XYZ54.9379.5596.46-
YUV200.6151.3640.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.57%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=13.57%
G=44.35%
B=42.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782552420.6900.050175.5910065.29
Hex4EFFF245050b06441
Octal116377362105050260144101
Binary100111011111111111100101000101010101011000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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