#76A5CE

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

Shades of Jordy Blue #76A5CE

Tints of Jordy Blue #76A5CE

Color information

#76A5CE (or 0x76A5CE) is unknown color: approx Jordy Blue. HEX triplet: 76, A5 and CE. RGB value is (118,165,206). Sum of RGB (Red+Green+Blue) = 118+165+206=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #76A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5CE is #895A31. Grayscale: #9B9B9B. Windows color (decimal): -9001522 or 13542774. OLE color: 13542774.

HSL color Cylindrical-coordinate representation of color #76A5CE: hue angle of 207.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A5CE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118165206-
CMYK0.430.2000.19
HSL207.95º47.31%63.53%-
HSV(B)207.95º42.72%80.78%-
XYZ32.0735.2263.5-
YUV155.62156.43101.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=24.13%
G=33.74%
B=42.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181652060.430.2000.19207.9547.3163.53
Hex76A5CE2B14013d02f40
Octal166245316532402332057100
Binary1110110101001011100111010101110100010011110100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,206); }

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

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

 a { background-color: rgb(118,165,206); }

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

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

 span { border-color: rgb(118,165,206); }

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