Html Css Color HEX #73AAD2 Jordy Blue

📋 copy color: '#73AAD2'

red 115 ◦ green 170 ◦ blue 210

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

Shades of Jordy Blue #73AAD2

Tints of Jordy Blue #73AAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 23.23%
G = 34.34%
B = 42.42%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#73AAD2 (or 0x73AAD2) is known color: Jordy Blue. HEX triplet: 73, AA and D2. RGB value is (115,170,210). Sum of RGB (Red+Green+Blue) = 115+170+210=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #73AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AAD2 is #8C552D. Grayscale: #9D9D9D. Windows color (decimal): -9196846 or 13806195. OLE color: 13806195.

HSL color Cylindrical-coordinate representation of color #73AAD2: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73AAD2 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 170 210 -
CMYK 0.45 0.19 0 0.18
HSL 205.26º 0.51% 0.64% -
HSV(B) 205.26º 0.45% 0.82% -
XYZ 33.08 37.05 66.38 -
YUV 158.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 115 170 210 0.45 0.19 0 0.18 205.26 0.51 0.64
Hex 73 AA D2 2D 13 0 12 CD 33 40
Octal 163 252 322 55 23 0 22 315 63 100
Binary 1110011 10101010 11010010 101101 10011 0 10010 11001101 110011 1000000

Color Harmonies of #73AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAD2

Black with #73AAD2

Text Example


Text Example

White with #73AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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