#73AEDE

Color #73AEDE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #73AEDE

Tints of Jordy Blue #73AEDE

Color information

#73AEDE (or 0x73AEDE) is unknown color: approx Jordy Blue. HEX triplet: 73, AE and DE. RGB value is (115,174,222). Sum of RGB (Red+Green+Blue) = 115+174+222=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #73AEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AEDE is #8C5121. Grayscale: #A1A1A1. Windows color (decimal): -9195810 or 14593651. OLE color: 14593651.

HSL color Cylindrical-coordinate representation of color #73AEDE: hue angle of 206.92º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73AEDE is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115174222-
CMYK0.480.2200.13
HSL206.92º61.85%66.08%-
HSV(B)206.92º48.2%87.06%-
XYZ35.3939.1974.81-
YUV161.83161.9594.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.50%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=22.50%
G=34.05%
B=43.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151742220.480.2200.13206.9261.8566.08
Hex73AEDE30160Dcf3e42
Octal163256336602601531776102
Binary111001110101110110111101100001011001101110011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,222); }

 H1.HeaderClassName
 {
   color: #73AEDE;
 }
 .AnyTagClassName
 {
   color: #73AEDE;
 }
</style>
background-color css

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

 a { background-color: rgb(115,174,222); }

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

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

 span { border-color: rgb(115,174,222); }

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