#4EEAFD

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

Shades of Baby Blue #4EEAFD

Tints of Baby Blue #4EEAFD

Color information

#4EEAFD (or 0x4EEAFD) is unknown color: approx Baby Blue. HEX triplet: 4E, EA and FD. RGB value is (78,234,253). Sum of RGB (Red+Green+Blue) = 78+234+253=565 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.81% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEAFD is #B11502. Grayscale: #BDBDBD. Windows color (decimal): -11605251 or 16640590. OLE color: 16640590.

HSL color Cylindrical-coordinate representation of color #4EEAFD: hue angle of 186.51º degrees, saturation: 0.98, 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 #4EEAFD is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78234253-
CMYK0.690.0800.01
HSL186.51º97.77%64.9%-
HSV(B)186.51º69.17%99.22%-
XYZ50.2967.56103.32-
YUV189.52163.8248.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.81%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=13.81%
G=41.42%
B=44.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782342530.690.0800.01186.5197.7764.9
Hex4EEAFD45801bb6241
Octal1163523751051001273142101
Binary1001110111010101111110110001011000011011101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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