Html Css Color HEX #73A2CB Jordy Blue

📋 copy color: '#73A2CB'

red 115 ◦ green 162 ◦ blue 203

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

Shades of Jordy Blue #73A2CB

Tints of Jordy Blue #73A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.75%

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 23.96%
G = 33.75%
B = 42.29%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73A2CB (or 0x73A2CB) is known color: Jordy Blue. HEX triplet: 73, A2 and CB. RGB value is (115,162,203). Sum of RGB (Red+Green+Blue) = 115+162+203=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #73A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2CB is #8C5D34. Grayscale: #989898. Windows color (decimal): -9198901 or 13345395. OLE color: 13345395.

HSL color Cylindrical-coordinate representation of color #73A2CB: hue angle of 207.95º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A2CB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 162 203 -
CMYK 0.43 0.20 0 0.20
HSL 207.95º 0.46% 0.62% -
HSV(B) 207.95º 0.43% 0.8% -
XYZ 30.77 33.8 61.4 -
YUV 152.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 115 162 203 0.43 0.20 0 0.20 207.95 0.46 0.62
Hex 73 A2 CB 2B 14 0 14 D0 2E 3E
Octal 163 242 313 53 24 0 24 320 56 76
Binary 1110011 10100010 11001011 101011 10100 0 10100 11010000 101110 111110

Color Harmonies of #73A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A2CB

Black with #73A2CB

Text Example


Text Example

White with #73A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,162,203); }

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

background-color css

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

 a { background-color: rgb(115,162,203); }

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

border-color css

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

 span { border-color: rgb(115,162,203); }

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