#73A9D4

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

Shades of Jordy Blue #73A9D4

Tints of Jordy Blue #73A9D4

Color information

#73A9D4 (or 0x73A9D4) is unknown color: approx Jordy Blue. HEX triplet: 73, A9 and D4. RGB value is (115,169,212). Sum of RGB (Red+Green+Blue) = 115+169+212=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #73A9D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A9D4 is #8C562B. Grayscale: #9D9D9D. Windows color (decimal): -9197100 or 13937011. OLE color: 13937011.

HSL color Cylindrical-coordinate representation of color #73A9D4: hue angle of 206.6º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73A9D4 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB115169212-
CMYK0.460.2000.17
HSL206.6º53.01%64.12%-
HSV(B)206.6º45.75%83.14%-
XYZ33.1436.7767.64-
YUV157.76158.6197.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 212 (83.20% from 255) = 42.74%
R=23.19%
G=34.07%
B=42.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1151692120.460.2000.17206.653.0164.12
Hex73A9D42E14011cf3540
Octal163251324562402131765100
Binary1110011101010011101010010111010100010001110011111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,169,212); }

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

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

 a { background-color: rgb(115,169,212); }

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

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

 span { border-color: rgb(115,169,212); }

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