Html Css Color HEX #73B6DC Malibu

📋 copy color: '#73B6DC'

red 115 ◦ green 182 ◦ blue 220

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

Shades of Malibu #73B6DC

Tints of Malibu #73B6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.2%

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

R = 22.24%
G = 35.2%
B = 42.55%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73B6DC (or 0x73B6DC) is known color: Malibu. HEX triplet: 73, B6 and DC. RGB value is (115,182,220). Sum of RGB (Red+Green+Blue) = 115+182+220=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B6DC is #8C4923. Grayscale: #A6A6A6. Windows color (decimal): -9193764 or 14464627. OLE color: 14464627.

HSL color Cylindrical-coordinate representation of color #73B6DC: hue angle of 201.71º 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 #73B6DC is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 182 220 -
CMYK 0.48 0.17 0 0.14
HSL 201.71º 0.6% 0.66% -
HSV(B) 201.71º 0.48% 0.86% -
XYZ 36.72 42.27 73.93 -
YUV 166.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 115 182 220 0.48 0.17 0 0.14 201.71 0.6 0.66
Hex 73 B6 DC 30 11 0 E CA 3C 42
Octal 163 266 334 60 21 0 16 312 74 102
Binary 1110011 10110110 11011100 110000 10001 0 1110 11001010 111100 1000010

Color Harmonies of #73B6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B6DC

Black with #73B6DC

Text Example


Text Example

White with #73B6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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