Html Css Color HEX #73ACD9 Jordy Blue

📋 copy color: '#73ACD9'

red 115 ◦ green 172 ◦ blue 217

#73ACD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #73ACD9

Tints of Jordy Blue #73ACD9

RGB

 RED value IS 115 (45.31% from 255) = 22.82%

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 217 (85.16% from 255) = 43.06%

R = 22.82%
G = 34.13%
B = 43.06%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#73ACD9 (or 0x73ACD9) is known color: Jordy Blue. HEX triplet: 73, AC and D9. RGB value is (115,172,217). Sum of RGB (Red+Green+Blue) = 115+172+217=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #73ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACD9 is #8C5326. Grayscale: #9F9F9F. Windows color (decimal): -9196327 or 14265459. OLE color: 14265459.

HSL color Cylindrical-coordinate representation of color #73ACD9: hue angle of 206.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73ACD9 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 172 217 -
CMYK 0.47 0.21 0 0.15
HSL 206.47º 0.57% 0.65% -
HSV(B) 206.47º 0.47% 0.85% -
XYZ 34.35 38.16 71.2 -
YUV 160.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 115 172 217 0.47 0.21 0 0.15 206.47 0.57 0.65
Hex 73 AC D9 2F 15 0 F CE 39 41
Octal 163 254 331 57 25 0 17 316 71 101
Binary 1110011 10101100 11011001 101111 10101 0 1111 11001110 111001 1000001

Color Harmonies of #73ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACD9

Black with #73ACD9

Text Example


Text Example

White with #73ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73ACD9;
 }
 .AnyTagClassName
 {
   color: #73ACD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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