#76ADDD

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

Shades of Jordy Blue #76ADDD

Tints of Jordy Blue #76ADDD

Color information

#76ADDD (or 0x76ADDD) is unknown color: approx Jordy Blue. HEX triplet: 76, AD and DD. RGB value is (118,173,221). Sum of RGB (Red+Green+Blue) = 118+173+221=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #76ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADDD is #895222. Grayscale: #A1A1A1. Windows color (decimal): -8999459 or 14527862. OLE color: 14527862.

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

Color convert

RGB118173221-
CMYK0.470.2200.13
HSL207.96º60.23%66.47%-
HSV(B)207.96º46.61%86.67%-
XYZ35.4738.9674.06-
YUV162.03161.2896.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.05%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=23.05%
G=33.79%
B=43.16%

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
Decimal1181732210.470.2200.13207.9660.2366.47
Hex76ADDD2F160Dd03c42
Octal166255335572601532074102
Binary111011010101101110111011011111011001101110100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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