#76D1F2

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

Shades of Sky Blue #76D1F2

Tints of Sky Blue #76D1F2

Color information

#76D1F2 (or 0x76D1F2) is unknown color: approx Sky Blue. HEX triplet: 76, D1 and F2. RGB value is (118,209,242). Sum of RGB (Red+Green+Blue) = 118+209+242=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #76D1F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D1F2 is #892E0D. Grayscale: #B9B9B9. Windows color (decimal): -8990222 or 15913334. OLE color: 15913334.

HSL color Cylindrical-coordinate representation of color #76D1F2: hue angle of 195.97º 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 #76D1F2 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118209242-
CMYK0.510.1400.05
HSL195.97º82.67%70.59%-
HSV(B)195.97º51.24%94.9%-
XYZ46.355.8692.35-
YUV185.55159.8579.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.74%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=20.74%
G=36.73%
B=42.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182092420.510.1400.05195.9782.6770.59
Hex76D1F233E05c45347
Octal166321362631605304123107
Binary11101101101000111110010110011111001011100010010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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