#73A0CF

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

Shades of Jordy Blue #73A0CF

Tints of Jordy Blue #73A0CF

Color information

#73A0CF (or 0x73A0CF) is unknown color: approx Jordy Blue. HEX triplet: 73, A0 and CF. RGB value is (115,160,207). Sum of RGB (Red+Green+Blue) = 115+160+207=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #73A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CF is #8C5F30. Grayscale: #979797. Windows color (decimal): -9199409 or 13607027. OLE color: 13607027.

HSL color Cylindrical-coordinate representation of color #73A0CF: hue angle of 210.65º degrees, saturation: 0.49, 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 #73A0CF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115160207-
CMYK0.440.2300.19
HSL210.65º48.94%63.14%-
HSV(B)210.65º44.44%81.18%-
XYZ30.933.2963.83-
YUV151.9159.09101.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.86%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=23.86%
G=33.20%
B=42.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151602070.440.2300.19210.6548.9463.14
Hex73A0CF2C17013d3313f
Octal16324031754270233236177
Binary111001110100000110011111011001011101001111010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,160,207); }

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

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

 a { background-color: rgb(115,160,207); }

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

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

 span { border-color: rgb(115,160,207); }

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