Html Css Color HEX #73ABEA Jordy Blue

📋 copy color: '#73ABEA'

red 115 ◦ green 171 ◦ blue 234

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

Shades of Jordy Blue #73ABEA

Tints of Jordy Blue #73ABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 22.12%
G = 32.88%
B = 45%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73ABEA (or 0x73ABEA) is known color: Jordy Blue. HEX triplet: 73, AB and EA. RGB value is (115,171,234). Sum of RGB (Red+Green+Blue) = 115+171+234=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #73ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABEA is #8C5415. Grayscale: #A1A1A1. Windows color (decimal): -9196566 or 15379315. OLE color: 15379315.

HSL color Cylindrical-coordinate representation of color #73ABEA: hue angle of 211.76º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ABEA is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 171 234 -
CMYK 0.51 0.27 0 0.08
HSL 211.76º 0.74% 0.68% -
HSV(B) 211.76º 0.51% 0.92% -
XYZ 36.48 38.71 83.39 -
YUV 161.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 115 171 234 0.51 0.27 0 0.08 211.76 0.74 0.68
Hex 73 AB EA 33 1B 0 8 D4 4A 44
Octal 163 253 352 63 33 0 10 324 112 104
Binary 1110011 10101011 11101010 110011 11011 0 1000 11010100 1001010 1000100

Color Harmonies of #73ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABEA

Black with #73ABEA

Text Example


Text Example

White with #73ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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