Html Css Color HEX #73B1DC Jordy Blue

📋 copy color: '#73B1DC'

red 115 ◦ green 177 ◦ blue 220

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

Shades of Jordy Blue #73B1DC

Tints of Jordy Blue #73B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 22.46%
G = 34.57%
B = 42.97%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73B1DC (or 0x73B1DC) is known color: Jordy Blue. HEX triplet: 73, B1 and DC. RGB value is (115,177,220). Sum of RGB (Red+Green+Blue) = 115+177+220=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1DC is #8C4E23. Grayscale: #A3A3A3. Windows color (decimal): -9195044 or 14463347. OLE color: 14463347.

HSL color Cylindrical-coordinate representation of color #73B1DC: hue angle of 204.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B1DC is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 177 220 -
CMYK 0.48 0.20 0 0.14
HSL 204.57º 0.6% 0.66% -
HSV(B) 204.57º 0.48% 0.86% -
XYZ 35.71 40.26 73.6 -
YUV 163.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 115 177 220 0.48 0.20 0 0.14 204.57 0.6 0.66
Hex 73 B1 DC 30 14 0 E CD 3C 42
Octal 163 261 334 60 24 0 16 315 74 102
Binary 1110011 10110001 11011100 110000 10100 0 1110 11001101 111100 1000010

Color Harmonies of #73B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B1DC

Black with #73B1DC

Text Example


Text Example

White with #73B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,177,220); }

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

background-color css

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

 a { background-color: rgb(115,177,220); }

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

border-color css

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

 span { border-color: rgb(115,177,220); }

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