Html Css Color HEX #73AAEB Jordy Blue

📋 copy color: '#73AAEB'

red 115 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #73AAEB

Tints of Jordy Blue #73AAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 22.12%
G = 32.69%
B = 45.19%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73AAEB (or 0x73AAEB) is known color: Jordy Blue. HEX triplet: 73, AA and EB. RGB value is (115,170,235). Sum of RGB (Red+Green+Blue) = 115+170+235=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #73AAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAEB is #8C5514. Grayscale: #A0A0A0. Windows color (decimal): -9196821 or 15444595. OLE color: 15444595.

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

Color convert

RGB 115 170 235 -
CMYK 0.51 0.28 0 0.08
HSL 212.5º 0.75% 0.69% -
HSV(B) 212.5º 0.51% 0.92% -
XYZ 36.44 38.39 84.09 -
YUV 160.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 115 170 235 0.51 0.28 0 0.08 212.5 0.75 0.69
Hex 73 AA EB 33 1C 0 8 D4 4B 45
Octal 163 252 353 63 34 0 10 324 113 105
Binary 1110011 10101010 11101011 110011 11100 0 1000 11010100 1001011 1000101

Color Harmonies of #73AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAEB

Black with #73AAEB

Text Example


Text Example

White with #73AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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