Html Css Color HEX #73AAF9 Jordy Blue

📋 copy color: '#73AAF9'

red 115 ◦ green 170 ◦ blue 249

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

Shades of Jordy Blue #73AAF9

Tints of Jordy Blue #73AAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 21.54%
G = 31.84%
B = 46.63%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73AAF9 (or 0x73AAF9) is known color: Jordy Blue. HEX triplet: 73, AA and F9. RGB value is (115,170,249). Sum of RGB (Red+Green+Blue) = 115+170+249=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #73AAF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAF9 is #8C5506. Grayscale: #A2A2A2. Windows color (decimal): -9196807 or 16362099. OLE color: 16362099.

HSL color Cylindrical-coordinate representation of color #73AAF9: hue angle of 215.37º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73AAF9 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 170 249 -
CMYK 0.54 0.32 0 0.02
HSL 215.37º 0.92% 0.71% -
HSV(B) 215.37º 0.54% 0.98% -
XYZ 38.54 39.23 95.16 -
YUV 162.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 115 170 249 0.54 0.32 0 0.02 215.37 0.92 0.71
Hex 73 AA F9 36 20 0 2 D7 5C 47
Octal 163 252 371 66 40 0 2 327 134 107
Binary 1110011 10101010 11111001 110110 100000 0 10 11010111 1011100 1000111

Color Harmonies of #73AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAF9

Black with #73AAF9

Text Example


Text Example

White with #73AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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