#4EEAFF

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

Shades of Baby Blue #4EEAFF

Tints of Baby Blue #4EEAFF

Color information

#4EEAFF (or 0x4EEAFF) is unknown color: approx Baby Blue. HEX triplet: 4E, EA and FF. RGB value is (78,234,255). Sum of RGB (Red+Green+Blue) = 78+234+255=567 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.76% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEAFF is #B11500. Grayscale: #BDBDBD. Windows color (decimal): -11605249 or 16771662. OLE color: 16771662.

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

Color convert

RGB78234255-
CMYK0.690.0800
HSL187.12º100%65.29%-
HSV(B)187.12º69.41%100%-
XYZ50.6167.69105-
YUV189.75164.8248.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.76%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 255 (100% from 255) = 44.97%
R=13.76%
G=41.27%
B=44.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782342550.690.0800187.1210065.29
Hex4EEAFF45800bb6441
Octal1163523771051000273144101
Binary1001110111010101111111110001011000001011101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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