#76ACDE

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

Shades of Jordy Blue #76ACDE

Tints of Jordy Blue #76ACDE

Color information

#76ACDE (or 0x76ACDE) is unknown color: approx Jordy Blue. HEX triplet: 76, AC and DE. RGB value is (118,172,222). Sum of RGB (Red+Green+Blue) = 118+172+222=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #76ACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACDE is #895321. Grayscale: #A1A1A1. Windows color (decimal): -8999714 or 14593142. OLE color: 14593142.

HSL color Cylindrical-coordinate representation of color #76ACDE: hue angle of 208.85º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76ACDE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118172222-
CMYK0.470.2300.13
HSL208.85º61.18%66.67%-
HSV(B)208.85º46.85%87.06%-
XYZ35.4138.6374.7-
YUV161.55162.1196.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.05%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=23.05%
G=33.59%
B=43.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181722220.470.2300.13208.8561.1866.67
Hex76ACDE2F170Dd13d43
Octal166254336572701532175103
Binary111011010101100110111101011111011101101110100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,222); }

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

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

 a { background-color: rgb(118,172,222); }

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

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

 span { border-color: rgb(118,172,222); }

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