Html Css Color HEX #73ABDE Jordy Blue

📋 copy color: '#73ABDE'

red 115 ◦ green 171 ◦ blue 222

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

Shades of Jordy Blue #73ABDE

Tints of Jordy Blue #73ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 22.64%
G = 33.66%
B = 43.7%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73ABDE (or 0x73ABDE) is known color: Jordy Blue. HEX triplet: 73, AB and DE. RGB value is (115,171,222). Sum of RGB (Red+Green+Blue) = 115+171+222=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #73ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABDE is #8C5421. Grayscale: #9F9F9F. Windows color (decimal): -9196578 or 14592883. OLE color: 14592883.

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

Color convert

RGB 115 171 222 -
CMYK 0.48 0.23 0 0.13
HSL 208.6º 0.62% 0.66% -
HSV(B) 208.6º 0.48% 0.87% -
XYZ 34.82 38.04 74.62 -
YUV 160.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 115 171 222 0.48 0.23 0 0.13 208.6 0.62 0.66
Hex 73 AB DE 30 17 0 D D1 3E 42
Octal 163 253 336 60 27 0 15 321 76 102
Binary 1110011 10101011 11011110 110000 10111 0 1101 11010001 111110 1000010

Color Harmonies of #73ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABDE

Black with #73ABDE

Text Example


Text Example

White with #73ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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