#73ADF1

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

Shades of Jordy Blue #73ADF1

Tints of Jordy Blue #73ADF1

Color information

#73ADF1 (or 0x73ADF1) is unknown color: approx Jordy Blue. HEX triplet: 73, AD and F1. RGB value is (115,173,241). Sum of RGB (Red+Green+Blue) = 115+173+241=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #73ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ADF1 is #8C520E. Grayscale: #A3A3A3. Windows color (decimal): -9196047 or 15838579. OLE color: 15838579.

HSL color Cylindrical-coordinate representation of color #73ADF1: hue angle of 212.38º degrees, saturation: 0.82, 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 #73ADF1 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115173241-
CMYK0.520.2800.05
HSL212.38º81.82%69.8%-
HSV(B)212.38º52.28%94.51%-
XYZ37.8939.8888.92-
YUV163.41171.7893.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.74%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=21.74%
G=32.70%
B=45.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151732410.520.2800.05212.3881.8269.8
Hex73ADF1341C05d45246
Octal163255361643405324122106
Binary111001110101101111100011101001110001011101010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,173,241); }

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

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

 a { background-color: rgb(115,173,241); }

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

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

 span { border-color: rgb(115,173,241); }

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