Html Css Color HEX #73ABE8 Jordy Blue

📋 copy color: '#73ABE8'

red 115 ◦ green 171 ◦ blue 232

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

Shades of Jordy Blue #73ABE8

Tints of Jordy Blue #73ABE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.79%

R = 22.2%
G = 33.01%
B = 44.79%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#73ABE8 (or 0x73ABE8) is known color: Jordy Blue. HEX triplet: 73, AB and E8. RGB value is (115,171,232). Sum of RGB (Red+Green+Blue) = 115+171+232=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #73ABE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABE8 is #8C5417. Grayscale: #A0A0A0. Windows color (decimal): -9196568 or 15248243. OLE color: 15248243.

HSL color Cylindrical-coordinate representation of color #73ABE8: hue angle of 211.28º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73ABE8 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 171 232 -
CMYK 0.50 0.26 0 0.09
HSL 211.28º 0.72% 0.68% -
HSV(B) 211.28º 0.5% 0.91% -
XYZ 36.2 38.6 81.89 -
YUV 161.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 115 171 232 0.50 0.26 0 0.09 211.28 0.72 0.68
Hex 73 AB E8 32 1A 0 9 D3 48 44
Octal 163 253 350 62 32 0 11 323 110 104
Binary 1110011 10101011 11101000 110010 11010 0 1001 11010011 1001000 1000100

Color Harmonies of #73ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABE8

Black with #73ABE8

Text Example


Text Example

White with #73ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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