#76B0DC

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

Shades of Jordy Blue #76B0DC

Tints of Jordy Blue #76B0DC

Color information

#76B0DC (or 0x76B0DC) is unknown color: approx Jordy Blue. HEX triplet: 76, B0 and DC. RGB value is (118,176,220). Sum of RGB (Red+Green+Blue) = 118+176+220=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #76B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0DC is #894F23. Grayscale: #A3A3A3. Windows color (decimal): -8998692 or 14463094. OLE color: 14463094.

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

Color convert

RGB118176220-
CMYK0.460.200.14
HSL205.88º59.3%66.27%-
HSV(B)205.88º46.36%86.27%-
XYZ35.9140.0773.55-
YUV163.67159.7895.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.96%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=22.96%
G=34.24%
B=42.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181762200.460.200.14205.8859.366.27
Hex76B0DC2E140Ece3b42
Octal166260334562401631673102
Binary111011010110000110111001011101010001110110011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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