#73A2CB

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

Shades of Jordy Blue #73A2CB

Tints of Jordy Blue #73A2CB

Color information

#73A2CB (or 0x73A2CB) is unknown color: approx Jordy Blue. HEX triplet: 73, A2 and CB. RGB value is (115,162,203). Sum of RGB (Red+Green+Blue) = 115+162+203=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #73A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2CB is #8C5D34. Grayscale: #989898. Windows color (decimal): -9198901 or 13345395. OLE color: 13345395.

HSL color Cylindrical-coordinate representation of color #73A2CB: hue angle of 207.95º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A2CB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115162203-
CMYK0.430.2000.20
HSL207.95º45.83%62.35%-
HSV(B)207.95º43.35%79.61%-
XYZ30.7733.861.4-
YUV152.62156.43101.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=23.96%
G=33.75%
B=42.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151622030.430.2000.20207.9545.8362.35
Hex73A2CB2B14014d02e3e
Octal16324231353240243205676
Binary111001110100010110010111010111010001010011010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,162,203); }

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

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

 a { background-color: rgb(115,162,203); }

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

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

 span { border-color: rgb(115,162,203); }

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