Html Css Color HEX #73AAEE Jordy Blue

📋 copy color: '#73AAEE'

red 115 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #73AAEE

Tints of Jordy Blue #73AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 21.99%
G = 32.5%
B = 45.51%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73AAEE (or 0x73AAEE) is known color: Jordy Blue. HEX triplet: 73, AA and EE. RGB value is (115,170,238). Sum of RGB (Red+Green+Blue) = 115+170+238=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #73AAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAEE is #8C5511. Grayscale: #A0A0A0. Windows color (decimal): -9196818 or 15641203. OLE color: 15641203.

HSL color Cylindrical-coordinate representation of color #73AAEE: hue angle of 213.17º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73AAEE is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 170 238 -
CMYK 0.52 0.29 0 0.07
HSL 213.17º 0.78% 0.69% -
HSV(B) 213.17º 0.52% 0.93% -
XYZ 36.88 38.57 86.39 -
YUV 161.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 115 170 238 0.52 0.29 0 0.07 213.17 0.78 0.69
Hex 73 AA EE 34 1D 0 7 D5 4E 45
Octal 163 252 356 64 35 0 7 325 116 105
Binary 1110011 10101010 11101110 110100 11101 0 111 11010101 1001110 1000101

Color Harmonies of #73AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAEE

Black with #73AAEE

Text Example


Text Example

White with #73AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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