#76AEDC

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

Shades of Jordy Blue #76AEDC

Tints of Jordy Blue #76AEDC

Color information

#76AEDC (or 0x76AEDC) is unknown color: approx Jordy Blue. HEX triplet: 76, AE and DC. RGB value is (118,174,220). Sum of RGB (Red+Green+Blue) = 118+174+220=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #76AEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEDC is #895123. Grayscale: #A2A2A2. Windows color (decimal): -8999204 or 14462582. OLE color: 14462582.

HSL color Cylindrical-coordinate representation of color #76AEDC: hue angle of 207.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76AEDC is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118174220-
CMYK0.460.2100.14
HSL207.06º59.3%66.27%-
HSV(B)207.06º46.36%86.27%-
XYZ35.5339.2973.42-
YUV162.5160.4596.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.05%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=23.05%
G=33.98%
B=42.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181742200.460.2100.14207.0659.366.27
Hex76AEDC2E150Ecf3b42
Octal166256334562501631773102
Binary111011010101110110111001011101010101110110011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,174,220); }

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

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

 a { background-color: rgb(118,174,220); }

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

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

 span { border-color: rgb(118,174,220); }

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