#76A8DC

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

Shades of Jordy Blue #76A8DC

Tints of Jordy Blue #76A8DC

Color information

#76A8DC (or 0x76A8DC) is unknown color: approx Jordy Blue. HEX triplet: 76, A8 and DC. RGB value is (118,168,220). Sum of RGB (Red+Green+Blue) = 118+168+220=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #76A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8DC is #895723. Grayscale: #9E9E9E. Windows color (decimal): -9000740 or 14461046. OLE color: 14461046.

HSL color Cylindrical-coordinate representation of color #76A8DC: hue angle of 210.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76A8DC is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118168220-
CMYK0.460.2400.14
HSL210.59º59.3%66.27%-
HSV(B)210.59º46.36%86.27%-
XYZ34.3937.0273.04-
YUV158.98162.4498.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.32%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=23.32%
G=33.20%
B=43.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181682200.460.2400.14210.5959.366.27
Hex76A8DC2E180Ed33b42
Octal166250334563001632373102
Binary111011010101000110111001011101100001110110100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,168,220); }

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

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

 a { background-color: rgb(118,168,220); }

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

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

 span { border-color: rgb(118,168,220); }

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