#73A1DC

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

Shades of Jordy Blue #73A1DC

Tints of Jordy Blue #73A1DC

Color information

#73A1DC (or 0x73A1DC) is unknown color: approx Jordy Blue. HEX triplet: 73, A1 and DC. RGB value is (115,161,220). Sum of RGB (Red+Green+Blue) = 115+161+220=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #73A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A1DC is #8C5E23. Grayscale: #999999. Windows color (decimal): -9199140 or 14459251. OLE color: 14459251.

HSL color Cylindrical-coordinate representation of color #73A1DC: hue angle of 213.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73A1DC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115161220-
CMYK0.480.2700.14
HSL213.71º60%65.69%-
HSV(B)213.71º47.73%86.27%-
XYZ32.7334.372.61-
YUV153.97165.26100.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=23.19%
G=32.46%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151612200.480.2700.14213.716065.69
Hex73A1DC301B0Ed63c42
Octal163241334603301632674102
Binary111001110100001110111001100001101101110110101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,161,220); }

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

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

 a { background-color: rgb(115,161,220); }

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

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

 span { border-color: rgb(115,161,220); }

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