#76A6CC

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

Shades of Jordy Blue #76A6CC

Tints of Jordy Blue #76A6CC

Color information

#76A6CC (or 0x76A6CC) is unknown color: approx Jordy Blue. HEX triplet: 76, A6 and CC. RGB value is (118,166,204). Sum of RGB (Red+Green+Blue) = 118+166+204=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #76A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A6CC is #895933. Grayscale: #9B9B9B. Windows color (decimal): -9001268 or 13411958. OLE color: 13411958.

HSL color Cylindrical-coordinate representation of color #76A6CC: hue angle of 206.51º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A6CC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118166204-
CMYK0.420.1900.2
HSL206.51º45.74%63.14%-
HSV(B)206.51º42.16%80%-
XYZ32.0135.4862.29-
YUV155.98155.1100.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.18%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=24.18%
G=34.02%
B=41.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181662040.420.1900.2206.5145.7463.14
Hex76A6CC2A13014cf2e3f
Octal16624631452230243175677
Binary111011010100110110011001010101001101010011001111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,166,204); }

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

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

 a { background-color: rgb(118,166,204); }

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

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

 span { border-color: rgb(118,166,204); }

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