#73ACF3

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

Shades of Jordy Blue #73ACF3

Tints of Jordy Blue #73ACF3

Color information

#73ACF3 (or 0x73ACF3) is unknown color: approx Jordy Blue. HEX triplet: 73, AC and F3. RGB value is (115,172,243). Sum of RGB (Red+Green+Blue) = 115+172+243=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #73ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ACF3 is #8C530C. Grayscale: #A2A2A2. Windows color (decimal): -9196301 or 15969395. OLE color: 15969395.

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

Color convert

RGB115172243-
CMYK0.530.2900.05
HSL213.28º84.21%70.2%-
HSV(B)213.28º52.67%95.29%-
XYZ3839.6290.44-
YUV163.05173.1293.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.70%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=21.70%
G=32.45%
B=45.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151722430.530.2900.05213.2884.2170.2
Hex73ACF3351D05d55446
Octal163254363653505325124106
Binary111001110101100111100111101011110101011101010110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,172,243); }

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

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

 a { background-color: rgb(115,172,243); }

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

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

 span { border-color: rgb(115,172,243); }

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