Html Css Color HEX #73AADB Jordy Blue

📋 copy color: '#73AADB'

red 115 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #73AADB

Tints of Jordy Blue #73AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 22.82%
G = 33.73%
B = 43.45%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73AADB (or 0x73AADB) is known color: Jordy Blue. HEX triplet: 73, AA and DB. RGB value is (115,170,219). Sum of RGB (Red+Green+Blue) = 115+170+219=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #73AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AADB is #8C5524. Grayscale: #9E9E9E. Windows color (decimal): -9196837 or 14396019. OLE color: 14396019.

HSL color Cylindrical-coordinate representation of color #73AADB: hue angle of 208.27º 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 #73AADB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 170 219 -
CMYK 0.47 0.22 0 0.14
HSL 208.27º 0.59% 0.65% -
HSV(B) 208.27º 0.47% 0.86% -
XYZ 34.23 37.51 72.45 -
YUV 159.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 115 170 219 0.47 0.22 0 0.14 208.27 0.59 0.65
Hex 73 AA DB 2F 16 0 E D0 3B 41
Octal 163 252 333 57 26 0 16 320 73 101
Binary 1110011 10101010 11011011 101111 10110 0 1110 11010000 111011 1000001

Color Harmonies of #73AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AADB

Black with #73AADB

Text Example


Text Example

White with #73AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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