#76D4F2

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

Shades of Sky Blue #76D4F2

Tints of Sky Blue #76D4F2

Color information

#76D4F2 (or 0x76D4F2) is unknown color: approx Sky Blue. HEX triplet: 76, D4 and F2. RGB value is (118,212,242). Sum of RGB (Red+Green+Blue) = 118+212+242=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #76D4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D4F2 is #892B0D. Grayscale: #BBBBBB. Windows color (decimal): -8989454 or 15914102. OLE color: 15914102.

HSL color Cylindrical-coordinate representation of color #76D4F2: hue angle of 194.52º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D4F2 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118212242-
CMYK0.510.1200.05
HSL194.52º82.67%70.59%-
HSV(B)194.52º51.24%94.9%-
XYZ47.0457.3592.59-
YUV187.31158.8678.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.63%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 242 (94.92% from 255) = 42.31%
R=20.63%
G=37.06%
B=42.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182122420.510.1200.05194.5282.6770.59
Hex76D4F233C05c35347
Octal166324362631405303123107
Binary11101101101010011110010110011110001011100001110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,212,242); }

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

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

 a { background-color: rgb(118,212,242); }

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

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

 span { border-color: rgb(118,212,242); }

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