#76F8E9

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

Shades of Baby Blue #76F8E9

Tints of Baby Blue #76F8E9

Color information

#76F8E9 (or 0x76F8E9) is unknown color: approx Baby Blue. HEX triplet: 76, F8 and E9. RGB value is (118,248,233). Sum of RGB (Red+Green+Blue) = 118+248+233=599 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.70% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8E9 is #890716. Grayscale: #CFCFCF. Windows color (decimal): -8980247 or 15333494. OLE color: 15333494.

HSL color Cylindrical-coordinate representation of color #76F8E9: hue angle of 173.08º 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 #76F8E9 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB118248233-
CMYK0.5200.060.03
HSL173.08º90.28%71.76%-
HSV(B)173.08º52.42%97.25%-
XYZ55.7576.8788.99-
YUV207.42142.4364.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.70%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 233 (91.41% from 255) = 38.90%
R=19.70%
G=41.40%
B=38.90%

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
Decimal1182482330.5200.060.03173.0890.2871.76
Hex76F8E934063ad5a48
Octal16637035164063255132110
Binary111011011111000111010011101000110111010110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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