#76F9F4

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

Shades of Baby Blue #76F9F4

Tints of Baby Blue #76F9F4

Color information

#76F9F4 (or 0x76F9F4) is unknown color: approx Baby Blue. HEX triplet: 76, F9 and F4. RGB value is (118,249,244). Sum of RGB (Red+Green+Blue) = 118+249+244=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #76F9F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F9F4 is #89060B. Grayscale: #D1D1D1. Windows color (decimal): -8979980 or 16054646. OLE color: 16054646.

HSL color Cylindrical-coordinate representation of color #76F9F4: hue angle of 177.71º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76F9F4 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB118249244-
CMYK0.5300.020.02
HSL177.71º91.61%71.96%-
HSV(B)177.71º52.61%97.65%-
XYZ57.6878.1397.63-
YUV209.26147.662.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.31%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=19.31%
G=40.75%
B=39.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182492440.5300.020.02177.7191.6171.96
Hex76F9F435022b25c48
Octal16637136465022262134110
Binary11101101111100111110100110101010101011001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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