#4EF9FA

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

Shades of Baby Blue #4EF9FA

Tints of Baby Blue #4EF9FA

Color information

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

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

Color convert

RGB78249250-
CMYK0.690.0000.02
HSL180.35º94.51%64.31%-
HSV(B)180.35º68.8%98.04%-
XYZ54.2776.27102.3-
YUV197.98157.3542.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782492500.690.0000.02180.3594.5164.31
Hex4EF9FA45002b45f40
Octal116371372105002264137100
Binary10011101111100111111010100010100101011010010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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