#73A8F0

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

Shades of Jordy Blue #73A8F0

Tints of Jordy Blue #73A8F0

Color information

#73A8F0 (or 0x73A8F0) is unknown color: approx Jordy Blue. HEX triplet: 73, A8 and F0. RGB value is (115,168,240). Sum of RGB (Red+Green+Blue) = 115+168+240=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #73A8F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A8F0 is #8C570F. Grayscale: #A0A0A0. Windows color (decimal): -9197328 or 15771763. OLE color: 15771763.

HSL color Cylindrical-coordinate representation of color #73A8F0: hue angle of 214.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73A8F0 is Cyan = 0.52, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115168240-
CMYK0.520.300.06
HSL214.56º80.65%69.61%-
HSV(B)214.56º52.08%94.12%-
XYZ36.837.9487.82-
YUV160.36172.9495.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.99%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 240 (94.14% from 255) = 45.89%
R=21.99%
G=32.12%
B=45.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1151682400.520.300.06214.5680.6569.61
Hex73A8F0341E06d75146
Octal163250360643606327121106
Binary111001110101000111100001101001111001101101011110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,168,240); }

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

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

 a { background-color: rgb(115,168,240); }

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

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

 span { border-color: rgb(115,168,240); }

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