#73ACDD

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

Shades of Jordy Blue #73ACDD

Tints of Jordy Blue #73ACDD

Color information

#73ACDD (or 0x73ACDD) is unknown color: approx Jordy Blue. HEX triplet: 73, AC and DD. RGB value is (115,172,221). Sum of RGB (Red+Green+Blue) = 115+172+221=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #73ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACDD is #8C5322. Grayscale: #A0A0A0. Windows color (decimal): -9196323 or 14527603. OLE color: 14527603.

HSL color Cylindrical-coordinate representation of color #73ACDD: hue angle of 207.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73ACDD is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115172221-
CMYK0.480.2200.13
HSL207.74º60.92%65.88%-
HSV(B)207.74º47.96%86.67%-
XYZ34.8738.3773.97-
YUV160.54162.1295.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.64%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=22.64%
G=33.86%
B=43.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151722210.480.2200.13207.7460.9265.88
Hex73ACDD30160Dd03d42
Octal163254335602601532075102
Binary111001110101100110111011100001011001101110100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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