Html Css Color HEX #73A3CA Jordy Blue

📋 copy color: '#73A3CA'

red 115 ◦ green 163 ◦ blue 202

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

Shades of Jordy Blue #73A3CA

Tints of Jordy Blue #73A3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.96%

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 23.96%
G = 33.96%
B = 42.08%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#73A3CA (or 0x73A3CA) is known color: Jordy Blue. HEX triplet: 73, A3 and CA. RGB value is (115,163,202). Sum of RGB (Red+Green+Blue) = 115+163+202=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #73A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3CA is #8C5C35. Grayscale: #989898. Windows color (decimal): -9198646 or 13280115. OLE color: 13280115.

HSL color Cylindrical-coordinate representation of color #73A3CA: hue angle of 206.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A3CA is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 163 202 -
CMYK 0.43 0.19 0 0.21
HSL 206.9º 0.45% 0.62% -
HSV(B) 206.9º 0.43% 0.79% -
XYZ 30.83 34.1 60.83 -
YUV 153.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 115 163 202 0.43 0.19 0 0.21 206.9 0.45 0.62
Hex 73 A3 CA 2B 13 0 15 CF 2D 3E
Octal 163 243 312 53 23 0 25 317 55 76
Binary 1110011 10100011 11001010 101011 10011 0 10101 11001111 101101 111110

Color Harmonies of #73A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A3CA

Black with #73A3CA

Text Example


Text Example

White with #73A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,163,202); }

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

background-color css

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

 a { background-color: rgb(115,163,202); }

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

border-color css

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

 span { border-color: rgb(115,163,202); }

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