#73ABF7

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

Shades of Jordy Blue #73ABF7

Tints of Jordy Blue #73ABF7

Color information

#73ABF7 (or 0x73ABF7) is unknown color: approx Jordy Blue. HEX triplet: 73, AB and F7. RGB value is (115,171,247). Sum of RGB (Red+Green+Blue) = 115+171+247=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #73ABF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABF7 is #8C5408. Grayscale: #A2A2A2. Windows color (decimal): -9196553 or 16231283. OLE color: 16231283.

HSL color Cylindrical-coordinate representation of color #73ABF7: hue angle of 214.55º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73ABF7 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB115171247-
CMYK0.530.3100.03
HSL214.55º89.19%70.98%-
HSV(B)214.55º53.44%96.86%-
XYZ38.4239.4993.59-
YUV162.92175.4593.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.58%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 247 (96.88% from 255) = 46.34%
R=21.58%
G=32.08%
B=46.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1151712470.530.3100.03214.5589.1970.98
Hex73ABF7351F03d75947
Octal163253367653703327131107
Binary11100111010101111110111110101111110111101011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,247); }

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

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

 a { background-color: rgb(115,171,247); }

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

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

 span { border-color: rgb(115,171,247); }

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