#76A9E8

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

Shades of Jordy Blue #76A9E8

Tints of Jordy Blue #76A9E8

Color information

#76A9E8 (or 0x76A9E8) is unknown color: approx Jordy Blue. HEX triplet: 76, A9 and E8. RGB value is (118,169,232). Sum of RGB (Red+Green+Blue) = 118+169+232=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #76A9E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A9E8 is #895617. Grayscale: #A0A0A0. Windows color (decimal): -9000472 or 15247734. OLE color: 15247734.

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

Color convert

RGB118169232-
CMYK0.490.2700.09
HSL213.16º71.25%68.63%-
HSV(B)213.16º49.14%90.98%-
XYZ36.2238.0581.78-
YUV160.93168.197.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.74%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 232 (91.02% from 255) = 44.70%
R=22.74%
G=32.56%
B=44.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1181692320.490.2700.09213.1671.2568.63
Hex76A9E8311B09d54745
Octal1662513506133011325107105
Binary1110110101010011110100011000111011010011101010110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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