#73aee9

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

Shades of Jordy Blue #73AEE9

Tints of Jordy Blue #73AEE9

Color information

#73AEE9 (or 0x73AEE9) is unknown color: approx Jordy Blue. HEX triplet: 73, AE and E9. RGB value is (115,174,233). Sum of RGB (Red+Green+Blue) = 115+174+233=522 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.03% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #73AEE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AEE9 is #8C5116. Grayscale: #A2A2A2. Windows color (decimal): -9195799 or 15314547. OLE color: 15314547.

HSL color Cylindrical-coordinate representation of color #73AEE9: hue angle of 210º 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 #73AEE9 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB115174233-
CMYK0.510.2500.09
HSL210º72.84%68.24%-
HSV(B)210º50.64%91.37%-
XYZ36.9139.882.83-
YUV163.08167.4593.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.03%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 233 (91.41% from 255) = 44.64%
R=22.03%
G=33.33%
B=44.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1151742330.510.2500.0921072.8468.24
Hex73AEE9331909d24944
Octal1632563516331011322111104
Binary1110011101011101110100111001111001010011101001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73aee9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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