Html Css Color HEX #73AAEA Jordy Blue

📋 copy color: '#73AAEA'

red 115 ◦ green 170 ◦ blue 234

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

Shades of Jordy Blue #73AAEA

Tints of Jordy Blue #73AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 22.16%
G = 32.76%
B = 45.09%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73AAEA (or 0x73AAEA) is known color: Jordy Blue. HEX triplet: 73, AA and EA. RGB value is (115,170,234). Sum of RGB (Red+Green+Blue) = 115+170+234=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #73AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAEA is #8C5515. Grayscale: #A0A0A0. Windows color (decimal): -9196822 or 15379059. OLE color: 15379059.

HSL color Cylindrical-coordinate representation of color #73AAEA: hue angle of 212.27º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73AAEA is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 170 234 -
CMYK 0.51 0.27 0 0.08
HSL 212.27º 0.74% 0.68% -
HSV(B) 212.27º 0.51% 0.92% -
XYZ 36.3 38.33 83.33 -
YUV 160.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 115 170 234 0.51 0.27 0 0.08 212.27 0.74 0.68
Hex 73 AA EA 33 1B 0 8 D4 4A 44
Octal 163 252 352 63 33 0 10 324 112 104
Binary 1110011 10101010 11101010 110011 11011 0 1000 11010100 1001010 1000100

Color Harmonies of #73AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAEA

Black with #73AAEA

Text Example


Text Example

White with #73AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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