#73A1EA

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

Shades of Jordy Blue #73A1EA

Tints of Jordy Blue #73A1EA

Color information

#73A1EA (or 0x73A1EA) is unknown color: approx Jordy Blue. HEX triplet: 73, A1 and EA. RGB value is (115,161,234). Sum of RGB (Red+Green+Blue) = 115+161+234=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #73A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A1EA is #8C5E15. Grayscale: #9B9B9B. Windows color (decimal): -9199126 or 15376755. OLE color: 15376755.

HSL color Cylindrical-coordinate representation of color #73A1EA: hue angle of 216.81º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A1EA is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB115161234-
CMYK0.510.3100.08
HSL216.81º73.91%68.43%-
HSV(B)216.81º50.85%91.76%-
XYZ34.6735.0882.78-
YUV155.57172.2699.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.55%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=22.55%
G=31.57%
B=45.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1151612340.510.3100.08216.8173.9168.43
Hex73A1EA331F08d94a44
Octal1632413526337010331112104
Binary1110011101000011110101011001111111010001101100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,161,234); }

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

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

 a { background-color: rgb(115,161,234); }

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

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

 span { border-color: rgb(115,161,234); }

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