#73A6F2

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

Shades of Jordy Blue #73A6F2

Tints of Jordy Blue #73A6F2

Color information

#73A6F2 (or 0x73A6F2) is unknown color: approx Jordy Blue. HEX triplet: 73, A6 and F2. RGB value is (115,166,242). Sum of RGB (Red+Green+Blue) = 115+166+242=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #73A6F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A6F2 is #8C590D. Grayscale: #9F9F9F. Windows color (decimal): -9197838 or 15902323. OLE color: 15902323.

HSL color Cylindrical-coordinate representation of color #73A6F2: hue angle of 215.91º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73A6F2 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115166242-
CMYK0.520.3100.05
HSL215.91º83.01%70%-
HSV(B)215.91º52.48%94.9%-
XYZ36.7337.3389.27-
YUV159.42174.696.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.99%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 242 (94.92% from 255) = 46.27%
R=21.99%
G=31.74%
B=46.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151662420.520.3100.05215.9183.0170
Hex73A6F2341F05d85346
Octal163246362643705330123106
Binary111001110100110111100101101001111101011101100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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