#76A4CD

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

Shades of Jordy Blue #76A4CD

Tints of Jordy Blue #76A4CD

Color information

#76A4CD (or 0x76A4CD) is unknown color: approx Jordy Blue. HEX triplet: 76, A4 and CD. RGB value is (118,164,205). Sum of RGB (Red+Green+Blue) = 118+164+205=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #76A4CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A4CD is #895B32. Grayscale: #9A9A9A. Windows color (decimal): -9001779 or 13476982. OLE color: 13476982.

HSL color Cylindrical-coordinate representation of color #76A4CD: hue angle of 208.28º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A4CD is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118164205-
CMYK0.420.200.20
HSL208.28º46.52%63.33%-
HSV(B)208.28º42.44%80.39%-
XYZ31.7734.8162.8-
YUV154.92156.26101.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=24.23%
G=33.68%
B=42.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181642050.420.200.20208.2846.5263.33
Hex76A4CD2A14014d02f3f
Octal16624431552240243205777
Binary111011010100100110011011010101010001010011010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,164,205); }

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

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

 a { background-color: rgb(118,164,205); }

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

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

 span { border-color: rgb(118,164,205); }

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