#76ACDD

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

Shades of Jordy Blue #76ACDD

Tints of Jordy Blue #76ACDD

Color information

#76ACDD (or 0x76ACDD) is unknown color: approx Jordy Blue. HEX triplet: 76, AC and DD. RGB value is (118,172,221). Sum of RGB (Red+Green+Blue) = 118+172+221=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #76ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACDD is #895322. Grayscale: #A1A1A1. Windows color (decimal): -8999715 or 14527606. OLE color: 14527606.

HSL color Cylindrical-coordinate representation of color #76ACDD: hue angle of 208.54º 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 #76ACDD is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118172221-
CMYK0.470.2200.13
HSL208.54º60.23%66.47%-
HSV(B)208.54º46.61%86.67%-
XYZ35.2738.5873.99-
YUV161.44161.6197.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.09%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=23.09%
G=33.66%
B=43.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181722210.470.2200.13208.5460.2366.47
Hex76ACDD2F160Dd13c42
Octal166254335572601532174102
Binary111011010101100110111011011111011001101110100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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