#73A7E1

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

Shades of Jordy Blue #73A7E1

Tints of Jordy Blue #73A7E1

Color information

#73A7E1 (or 0x73A7E1) is unknown color: approx Jordy Blue. HEX triplet: 73, A7 and E1. RGB value is (115,167,225). Sum of RGB (Red+Green+Blue) = 115+167+225=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #73A7E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A7E1 is #8C581E. Grayscale: #9D9D9D. Windows color (decimal): -9197599 or 14788467. OLE color: 14788467.

HSL color Cylindrical-coordinate representation of color #73A7E1: hue angle of 211.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73A7E1 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB115167225-
CMYK0.490.2600.12
HSL211.64º64.71%66.67%-
HSV(B)211.64º48.89%88.24%-
XYZ34.4836.7276.5-
YUV158.06165.7797.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.68%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=22.68%
G=32.94%
B=44.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1151672250.490.2600.12211.6464.7166.67
Hex73A7E1311A0Cd44143
Octal1632473416132014324101103
Binary1110011101001111110000111000111010011001101010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,167,225); }

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

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

 a { background-color: rgb(115,167,225); }

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

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

 span { border-color: rgb(115,167,225); }

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