Html Css Color HEX #73A0CC Jordy Blue

📋 copy color: '#73A0CC'

red 115 ◦ green 160 ◦ blue 204

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

Shades of Jordy Blue #73A0CC

Tints of Jordy Blue #73A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 24.01%
G = 33.4%
B = 42.59%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#73A0CC (or 0x73A0CC) is known color: Jordy Blue. HEX triplet: 73, A0 and CC. RGB value is (115,160,204). Sum of RGB (Red+Green+Blue) = 115+160+204=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #73A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CC is #8C5F33. Grayscale: #979797. Windows color (decimal): -9199412 or 13410419. OLE color: 13410419.

HSL color Cylindrical-coordinate representation of color #73A0CC: hue angle of 209.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A0CC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 160 204 -
CMYK 0.44 0.22 0 0.2
HSL 209.66º 0.47% 0.63% -
HSV(B) 209.66º 0.44% 0.8% -
XYZ 30.54 33.15 61.91 -
YUV 151.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 115 160 204 0.44 0.22 0 0.2 209.66 0.47 0.63
Hex 73 A0 CC 2C 16 0 14 D2 2F 3F
Octal 163 240 314 54 26 0 24 322 57 77
Binary 1110011 10100000 11001100 101100 10110 0 10100 11010010 101111 111111

Color Harmonies of #73A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A0CC

Black with #73A0CC

Text Example


Text Example

White with #73A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,160,204); }

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

background-color css

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

 a { background-color: rgb(115,160,204); }

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

border-color css

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

 span { border-color: rgb(115,160,204); }

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