#76F8EA

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

Shades of Baby Blue #76F8EA

Tints of Baby Blue #76F8EA

Color information

#76F8EA (or 0x76F8EA) is unknown color: approx Baby Blue. HEX triplet: 76, F8 and EA. RGB value is (118,248,234). Sum of RGB (Red+Green+Blue) = 118+248+234=600 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.67% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8EA is #890715. Grayscale: #CFCFCF. Windows color (decimal): -8980246 or 15399030. OLE color: 15399030.

HSL color Cylindrical-coordinate representation of color #76F8EA: hue angle of 173.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F8EA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB118248234-
CMYK0.5200.060.03
HSL173.54º90.28%71.76%-
HSV(B)173.54º52.42%97.25%-
XYZ55.8976.9389.74-
YUV207.53142.9364.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.67%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 234 (91.80% from 255) = 39%
R=19.67%
G=41.33%
B=39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182482340.5200.060.03173.5490.2871.76
Hex76F8EA34063ae5a48
Octal16637035264063256132110
Binary111011011111000111010101101000110111010111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F8EA; }

 p { color: rgb(118,248,234); }

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

<style>
 a { background-color: #76F8EA; }

 a { background-color: rgb(118,248,234); }

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

<style>
 span { border-color: #76F8EA; }

 span { border-color: rgb(118,248,234); }

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