#76AEDD

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

Shades of Jordy Blue #76AEDD

Tints of Jordy Blue #76AEDD

Color information

#76AEDD (or 0x76AEDD) is unknown color: approx Jordy Blue. HEX triplet: 76, AE and DD. RGB value is (118,174,221). Sum of RGB (Red+Green+Blue) = 118+174+221=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #76AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEDD is #895122. Grayscale: #A2A2A2. Windows color (decimal): -8999203 or 14528118. OLE color: 14528118.

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

Color convert

RGB118174221-
CMYK0.470.2100.13
HSL207.38º60.23%66.47%-
HSV(B)207.38º46.61%86.67%-
XYZ35.6639.3474.12-
YUV162.61160.9596.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.00%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=23.00%
G=33.92%
B=43.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181742210.470.2100.13207.3860.2366.47
Hex76AEDD2F150Dcf3c42
Octal166256335572501531774102
Binary111011010101110110111011011111010101101110011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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