#4EEBFF

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

Shades of Baby Blue #4EEBFF

Tints of Baby Blue #4EEBFF

Color information

#4EEBFF (or 0x4EEBFF) is unknown color: approx Baby Blue. HEX triplet: 4E, EB and FF. RGB value is (78,235,255). Sum of RGB (Red+Green+Blue) = 78+235+255=568 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.73% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EEBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEBFF is #B11400. Grayscale: #BEBEBE. Windows color (decimal): -11604993 or 16771918. OLE color: 16771918.

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

Color convert

RGB78235255-
CMYK0.690.0800
HSL186.78º100%65.29%-
HSV(B)186.78º69.41%100%-
XYZ50.968.26105.1-
YUV190.34164.4947.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.73%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 255 (100% from 255) = 44.89%
R=13.73%
G=41.37%
B=44.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782352550.690.0800186.7810065.29
Hex4EEBFF45800bb6441
Octal1163533771051000273144101
Binary1001110111010111111111110001011000001011101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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