#76CDF0

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

Shades of Sky Blue #76CDF0

Tints of Sky Blue #76CDF0

Color information

#76CDF0 (or 0x76CDF0) is unknown color: approx Sky Blue. HEX triplet: 76, CD and F0. RGB value is (118,205,240). Sum of RGB (Red+Green+Blue) = 118+205+240=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #76CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDF0 is #89320F. Grayscale: #B6B6B6. Windows color (decimal): -8991248 or 15781238. OLE color: 15781238.

HSL color Cylindrical-coordinate representation of color #76CDF0: hue angle of 197.21º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76CDF0 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118205240-
CMYK0.510.1500.06
HSL197.21º80.26%70.2%-
HSV(B)197.21º50.83%94.12%-
XYZ45.0353.8190.45-
YUV182.98160.1881.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.96%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=20.96%
G=36.41%
B=42.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182052400.510.1500.06197.2180.2670.2
Hex76CDF033F06c55046
Octal166315360631706305120106
Binary11101101100110111110000110011111101101100010110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,240); }

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

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

 a { background-color: rgb(118,205,240); }

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

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

 span { border-color: rgb(118,205,240); }

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