Html Css Color HEX #73ADDF Jordy Blue

📋 copy color: '#73ADDF'

red 115 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #73ADDF

Tints of Jordy Blue #73ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 22.5%
G = 33.86%
B = 43.64%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73ADDF (or 0x73ADDF) is known color: Jordy Blue. HEX triplet: 73, AD and DF. RGB value is (115,173,223). Sum of RGB (Red+Green+Blue) = 115+173+223=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #73ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADDF is #8C5220. Grayscale: #A1A1A1. Windows color (decimal): -9196065 or 14658931. OLE color: 14658931.

HSL color Cylindrical-coordinate representation of color #73ADDF: hue angle of 207.78º degrees, saturation: 0.63, 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 #73ADDF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 173 223 -
CMYK 0.48 0.22 0 0.13
HSL 207.78º 0.63% 0.66% -
HSV(B) 207.78º 0.48% 0.87% -
XYZ 35.33 38.86 75.45 -
YUV 161.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 115 173 223 0.48 0.22 0 0.13 207.78 0.63 0.66
Hex 73 AD DF 30 16 0 D D0 3F 42
Octal 163 255 337 60 26 0 15 320 77 102
Binary 1110011 10101101 11011111 110000 10110 0 1101 11010000 111111 1000010

Color Harmonies of #73ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADDF

Black with #73ADDF

Text Example


Text Example

White with #73ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,173,223); }

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

background-color css

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

 a { background-color: rgb(115,173,223); }

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

border-color css

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

 span { border-color: rgb(115,173,223); }

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