#4EF1FF

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

Shades of Baby Blue #4EF1FF

Tints of Baby Blue #4EF1FF

Color information

#4EF1FF (or 0x4EF1FF) is unknown color: approx Baby Blue. HEX triplet: 4E, F1 and FF. RGB value is (78,241,255). Sum of RGB (Red+Green+Blue) = 78+241+255=574 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.59% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EF1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF1FF is #B10E00. Grayscale: #C1C1C1. Windows color (decimal): -11603457 or 16773454. OLE color: 16773454.

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

Color convert

RGB78241255-
CMYK0.690.0500
HSL184.75º100%65.29%-
HSV(B)184.75º69.41%100%-
XYZ52.6571.75105.68-
YUV193.86162.545.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.59%
GREEN value IS 241 (94.53% from 255) = 41.99%
BLUE value IS 255 (100% from 255) = 44.43%
R=13.59%
G=41.99%
B=44.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782412550.690.0500184.7510065.29
Hex4EF1FF45500b96441
Octal116361377105500271144101
Binary100111011110001111111111000101101001011100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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