#76A9E6

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

Shades of Jordy Blue #76A9E6

Tints of Jordy Blue #76A9E6

Color information

#76A9E6 (or 0x76A9E6) is unknown color: approx Jordy Blue. HEX triplet: 76, A9 and E6. RGB value is (118,169,230). Sum of RGB (Red+Green+Blue) = 118+169+230=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #76A9E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A9E6 is #895619. Grayscale: #A0A0A0. Windows color (decimal): -9000474 or 15116662. OLE color: 15116662.

HSL color Cylindrical-coordinate representation of color #76A9E6: hue angle of 212.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76A9E6 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB118169230-
CMYK0.490.2700.10
HSL212.68º69.14%68.24%-
HSV(B)212.68º48.7%90.2%-
XYZ35.9437.9480.29-
YUV160.7167.197.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.82%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 230 (90.23% from 255) = 44.49%
R=22.82%
G=32.69%
B=44.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1181692300.490.2700.10212.6869.1468.24
Hex76A9E6311B0Ad54544
Octal1662513466133012325105104
Binary1110110101010011110011011000111011010101101010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,230); }

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

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

 a { background-color: rgb(118,169,230); }

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

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

 span { border-color: rgb(118,169,230); }

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