#73B1DB

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

Shades of Jordy Blue #73B1DB

Tints of Jordy Blue #73B1DB

Color information

#73B1DB (or 0x73B1DB) is unknown color: approx Jordy Blue. HEX triplet: 73, B1 and DB. RGB value is (115,177,219). Sum of RGB (Red+Green+Blue) = 115+177+219=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #73B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1DB is #8C4E24. Grayscale: #A3A3A3. Windows color (decimal): -9195045 or 14397811. OLE color: 14397811.

HSL color Cylindrical-coordinate representation of color #73B1DB: hue angle of 204.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73B1DB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115177219-
CMYK0.470.1900.14
HSL204.23º59.09%65.49%-
HSV(B)204.23º47.49%85.88%-
XYZ35.5840.272.9-
YUV163.25159.4693.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.50%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=22.50%
G=34.64%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151772190.470.1900.14204.2359.0965.49
Hex73B1DB2F130Ecc3b41
Octal163261333572301631473101
Binary111001110110001110110111011111001101110110011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,177,219); }

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

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

 a { background-color: rgb(115,177,219); }

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

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

 span { border-color: rgb(115,177,219); }

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