#76A6F4

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

Shades of Jordy Blue #76A6F4

Tints of Jordy Blue #76A6F4

Color information

#76A6F4 (or 0x76A6F4) is unknown color: approx Jordy Blue. HEX triplet: 76, A6 and F4. RGB value is (118,166,244). Sum of RGB (Red+Green+Blue) = 118+166+244=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #76A6F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A6F4 is #89590B. Grayscale: #A0A0A0. Windows color (decimal): -9001228 or 16033398. OLE color: 16033398.

HSL color Cylindrical-coordinate representation of color #76A6F4: hue angle of 217.14º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76A6F4 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118166244-
CMYK0.520.3200.04
HSL217.14º85.14%70.98%-
HSV(B)217.14º51.64%95.69%-
XYZ37.4437.6690.88-
YUV160.54175.197.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.35%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 244 (95.70% from 255) = 46.21%
R=22.35%
G=31.44%
B=46.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181662440.520.3200.04217.1485.1470.98
Hex76A6F4342004d95547
Octal166246364644004331125107
Binary1110110101001101111010011010010000001001101100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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