#76a7e3

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

Shades of Jordy Blue #76A7E3

Tints of Jordy Blue #76A7E3

Color information

#76A7E3 (or 0x76A7E3) is unknown color: approx Jordy Blue. HEX triplet: 76, A7 and E3. RGB value is (118,167,227). Sum of RGB (Red+Green+Blue) = 118+167+227=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #76A7E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7E3 is #89581C. Grayscale: #9E9E9E. Windows color (decimal): -9000989 or 14919542. OLE color: 14919542.

HSL color Cylindrical-coordinate representation of color #76A7E3: hue angle of 213.03º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76A7E3 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118167227-
CMYK0.480.2600.11
HSL213.03º66.06%67.65%-
HSV(B)213.03º48.02%89.02%-
XYZ35.1637.0477.97-
YUV159.19166.2798.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.05%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 227 (89.06% from 255) = 44.34%
R=23.05%
G=32.62%
B=44.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181672270.480.2600.11213.0366.0667.65
Hex76A7E3301A0Bd54244
Octal1662473436032013325102104
Binary1110110101001111110001111000011010010111101010110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a7e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,227); }

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

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

 a { background-color: rgb(118,167,227); }

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

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

 span { border-color: rgb(118,167,227); }

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