#73A6E9

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

Shades of Jordy Blue #73A6E9

Tints of Jordy Blue #73A6E9

Color information

#73A6E9 (or 0x73A6E9) is unknown color: approx Jordy Blue. HEX triplet: 73, A6 and E9. RGB value is (115,166,233). Sum of RGB (Red+Green+Blue) = 115+166+233=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #73A6E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A6E9 is #8C5916. Grayscale: #9E9E9E. Windows color (decimal): -9197847 or 15312499. OLE color: 15312499.

HSL color Cylindrical-coordinate representation of color #73A6E9: hue angle of 214.07º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A6E9 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB115166233-
CMYK0.510.2900.09
HSL214.07º72.84%68.24%-
HSV(B)214.07º50.64%91.37%-
XYZ35.4136.882.33-
YUV158.39170.197.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.37%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 233 (91.41% from 255) = 45.33%
R=22.37%
G=32.30%
B=45.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1151662330.510.2900.09214.0772.8468.24
Hex73A6E9331D09d64944
Octal1632463516335011326111104
Binary1110011101001101110100111001111101010011101011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,166,233); }

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

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

 a { background-color: rgb(115,166,233); }

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

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

 span { border-color: rgb(115,166,233); }

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