Html Css Color HEX #73AEDA Jordy Blue

📋 copy color: '#73AEDA'

red 115 ◦ green 174 ◦ blue 218

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

Shades of Jordy Blue #73AEDA

Tints of Jordy Blue #73AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 218 (85.55% from 255) = 43%

R = 22.68%
G = 34.32%
B = 43%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#73AEDA (or 0x73AEDA) is known color: Jordy Blue. HEX triplet: 73, AE and DA. RGB value is (115,174,218). Sum of RGB (Red+Green+Blue) = 115+174+218=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #73AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AEDA is #8C5125. Grayscale: #A1A1A1. Windows color (decimal): -9195814 or 14331507. OLE color: 14331507.

HSL color Cylindrical-coordinate representation of color #73AEDA: hue angle of 205.63º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73AEDA is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 174 218 -
CMYK 0.47 0.20 0 0.15
HSL 205.63º 0.58% 0.65% -
HSV(B) 205.63º 0.47% 0.85% -
XYZ 34.86 38.98 72.02 -
YUV 161.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 115 174 218 0.47 0.20 0 0.15 205.63 0.58 0.65
Hex 73 AE DA 2F 14 0 F CE 3A 41
Octal 163 256 332 57 24 0 17 316 72 101
Binary 1110011 10101110 11011010 101111 10100 0 1111 11001110 111010 1000001

Color Harmonies of #73AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AEDA

Black with #73AEDA

Text Example


Text Example

White with #73AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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