#4EFAF9

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

Shades of Baby Blue #4EFAF9

Tints of Baby Blue #4EFAF9

Color information

#4EFAF9 (or 0x4EFAF9) is unknown color: approx Baby Blue. HEX triplet: 4E, FA and F9. RGB value is (78,250,249). Sum of RGB (Red+Green+Blue) = 78+250+249=577 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.52% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFAF9 is #B10506. Grayscale: #C6C6C6. Windows color (decimal): -11601159 or 16382542. OLE color: 16382542.

HSL color Cylindrical-coordinate representation of color #4EFAF9: hue angle of 179.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAF9 is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB78250249-
CMYK0.6900.000.02
HSL179.65º94.51%64.31%-
HSV(B)179.65º68.8%98.04%-
XYZ54.4376.83101.58-
YUV198.46156.5242.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.52%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=13.52%
G=43.33%
B=43.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782502490.6900.000.02179.6594.5164.31
Hex4EFAF945002b45f40
Octal116372371105002264137100
Binary10011101111101011111001100010100101011010010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,250,249); }

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

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

 a { background-color: rgb(78,250,249); }

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

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

 span { border-color: rgb(78,250,249); }

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