#76F7ED

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

Shades of Baby Blue #76F7ED

Tints of Baby Blue #76F7ED

Color information

#76F7ED (or 0x76F7ED) is unknown color: approx Baby Blue. HEX triplet: 76, F7 and ED. RGB value is (118,247,237). Sum of RGB (Red+Green+Blue) = 118+247+237=602 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.60% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F7ED is #890812. Grayscale: #CFCFCF. Windows color (decimal): -8980499 or 15595382. OLE color: 15595382.

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

Color convert

RGB118247237-
CMYK0.5200.040.03
HSL175.35º88.97%71.57%-
HSV(B)175.35º52.23%96.86%-
XYZ56.0276.4991.93-
YUV207.29144.7664.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.60%
GREEN value IS 247 (96.88% from 255) = 41.03%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=19.60%
G=41.03%
B=39.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182472370.5200.040.03175.3588.9771.57
Hex76F7ED34043af5948
Octal16636735564043257131110
Binary111011011110111111011011101000100111010111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,247,237); }

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

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

 a { background-color: rgb(118,247,237); }

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

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

 span { border-color: rgb(118,247,237); }

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