Html Css Color HEX #73ADEB Jordy Blue

📋 copy color: '#73ADEB'

red 115 ◦ green 173 ◦ blue 235

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

Shades of Jordy Blue #73ADEB

Tints of Jordy Blue #73ADEB

RGB

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

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

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

R = 21.99%
G = 33.08%
B = 44.93%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73ADEB (or 0x73ADEB) is known color: Jordy Blue. HEX triplet: 73, AD and EB. RGB value is (115,173,235). Sum of RGB (Red+Green+Blue) = 115+173+235=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #73ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ADEB is #8C5214. Grayscale: #A2A2A2. Windows color (decimal): -9196053 or 15445363. OLE color: 15445363.

HSL color Cylindrical-coordinate representation of color #73ADEB: hue angle of 211º 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 #73ADEB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 173 235 -
CMYK 0.51 0.26 0 0.08
HSL 211º 0.75% 0.69% -
HSV(B) 211º 0.51% 0.92% -
XYZ 37.01 39.53 84.28 -
YUV 162.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 115 173 235 0.51 0.26 0 0.08 211 0.75 0.69
Hex 73 AD EB 33 1A 0 8 D3 4B 45
Octal 163 255 353 63 32 0 10 323 113 105
Binary 1110011 10101101 11101011 110011 11010 0 1000 11010011 1001011 1000101

Color Harmonies of #73ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADEB

Black with #73ADEB

Text Example


Text Example

White with #73ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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