#73A5CE

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

Shades of Jordy Blue #73A5CE

Tints of Jordy Blue #73A5CE

Color information

#73A5CE (or 0x73A5CE) is unknown color: approx Jordy Blue. HEX triplet: 73, A5 and CE. RGB value is (115,165,206). Sum of RGB (Red+Green+Blue) = 115+165+206=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #73A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5CE is #8C5A31. Grayscale: #9A9A9A. Windows color (decimal): -9198130 or 13542771. OLE color: 13542771.

HSL color Cylindrical-coordinate representation of color #73A5CE: hue angle of 207.03º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A5CE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115165206-
CMYK0.440.2000.19
HSL207.03º48.15%62.94%-
HSV(B)207.03º44.17%80.78%-
XYZ31.6735.0163.48-
YUV154.72156.9499.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.66%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=23.66%
G=33.95%
B=42.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151652060.440.2000.19207.0348.1562.94
Hex73A5CE2C14013cf303f
Octal16324531654240233176077
Binary111001110100101110011101011001010001001111001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,165,206); }

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

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

 a { background-color: rgb(115,165,206); }

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

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

 span { border-color: rgb(115,165,206); }

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