#76FCF4

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

Shades of Baby Blue #76FCF4

Tints of Baby Blue #76FCF4

Color information

#76FCF4 (or 0x76FCF4) is unknown color: approx Baby Blue. HEX triplet: 76, FC and F4. RGB value is (118,252,244). Sum of RGB (Red+Green+Blue) = 118+252+244=614 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.22% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCF4 is #89030B. Grayscale: #D2D2D2. Windows color (decimal): -8979212 or 16055414. OLE color: 16055414.

HSL color Cylindrical-coordinate representation of color #76FCF4: hue angle of 176.42º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FCF4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB118252244-
CMYK0.5300.030.01
HSL176.42º95.71%72.55%-
HSV(B)176.42º53.17%98.82%-
XYZ58.618097.94-
YUV211.02146.6161.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.22%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 244 (95.70% from 255) = 39.74%
R=19.22%
G=41.04%
B=39.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182522440.5300.030.01176.4295.7172.55
Hex76FCF435031b06049
Octal16637436465031260140111
Binary1110110111111001111010011010101111011000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,252,244); }

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

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

 a { background-color: rgb(118,252,244); }

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

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

 span { border-color: rgb(118,252,244); }

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