Html Css Color HEX #73AAD5 Jordy Blue

📋 copy color: '#73AAD5'

red 115 ◦ green 170 ◦ blue 213

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

Shades of Jordy Blue #73AAD5

Tints of Jordy Blue #73AAD5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 213 (83.59% from 255) = 42.77%

R = 23.09%
G = 34.14%
B = 42.77%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#73AAD5 (or 0x73AAD5) is known color: Jordy Blue. HEX triplet: 73, AA and D5. RGB value is (115,170,213). Sum of RGB (Red+Green+Blue) = 115+170+213=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #73AAD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AAD5 is #8C552A. Grayscale: #9E9E9E. Windows color (decimal): -9196843 or 14002803. OLE color: 14002803.

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

Color convert

RGB 115 170 213 -
CMYK 0.46 0.20 0 0.16
HSL 206.33º 0.54% 0.64% -
HSV(B) 206.33º 0.46% 0.84% -
XYZ 33.46 37.2 68.37 -
YUV 158.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 115 170 213 0.46 0.20 0 0.16 206.33 0.54 0.64
Hex 73 AA D5 2E 14 0 10 CE 36 40
Octal 163 252 325 56 24 0 20 316 66 100
Binary 1110011 10101010 11010101 101110 10100 0 10000 11001110 110110 1000000

Color Harmonies of #73AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAD5

Black with #73AAD5

Text Example


Text Example

White with #73AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,170,213); }

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

background-color css

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

 a { background-color: rgb(115,170,213); }

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

border-color css

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

 span { border-color: rgb(115,170,213); }

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