#76A2CF

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

Shades of Jordy Blue #76A2CF

Tints of Jordy Blue #76A2CF

Color information

#76A2CF (or 0x76A2CF) is unknown color: approx Jordy Blue. HEX triplet: 76, A2 and CF. RGB value is (118,162,207). Sum of RGB (Red+Green+Blue) = 118+162+207=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #76A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2CF is #895D30. Grayscale: #999999. Windows color (decimal): -9002289 or 13607542. OLE color: 13607542.

HSL color Cylindrical-coordinate representation of color #76A2CF: hue angle of 210.34º degrees, saturation: 0.48, 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 #76A2CF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118162207-
CMYK0.430.2200.19
HSL210.34º48.11%63.73%-
HSV(B)210.34º43%81.18%-
XYZ31.6534.263.96-
YUV153.97157.92102.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=24.23%
G=33.26%
B=42.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181622070.430.2200.19210.3448.1163.73
Hex76A2CF2B16013d23040
Octal166242317532602332260100
Binary1110110101000101100111110101110110010011110100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,162,207); }

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

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

 a { background-color: rgb(118,162,207); }

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

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

 span { border-color: rgb(118,162,207); }

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