#4FEEFA

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

Shades of Baby Blue #4FEEFA

Tints of Baby Blue #4FEEFA

Color information

#4FEEFA (or 0x4FEEFA) is unknown color: approx Baby Blue. HEX triplet: 4F, EE and FA. RGB value is (79,238,250). Sum of RGB (Red+Green+Blue) = 79+238+250=567 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.93% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FEEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEEFA is #B01105. Grayscale: #BFBFBF. Windows color (decimal): -11538694 or 16445007. OLE color: 16445007.

HSL color Cylindrical-coordinate representation of color #4FEEFA: hue angle of 184.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FEEFA is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79238250-
CMYK0.680.0500.02
HSL184.21º94.48%64.51%-
HSV(B)184.21º68.4%98.04%-
XYZ51.0569.71101.21-
YUV191.83160.8247.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 13.93%
GREEN value IS 238 (93.36% from 255) = 41.98%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=13.93%
G=41.98%
B=44.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal792382500.680.0500.02184.2194.4864.51
Hex4FEEFA44502b85e41
Octal117356372104502270136101
Binary1001111111011101111101010001001010101011100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,238,250); }

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

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

 a { background-color: rgb(79,238,250); }

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

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

 span { border-color: rgb(79,238,250); }

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