Html Css Color HEX #73B4DC Malibu

📋 copy color: '#73B4DC'

red 115 ◦ green 180 ◦ blue 220

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

Shades of Malibu #73B4DC

Tints of Malibu #73B4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

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

R = 22.33%
G = 34.95%
B = 42.72%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73B4DC (or 0x73B4DC) is known color: Malibu. HEX triplet: 73, B4 and DC. RGB value is (115,180,220). Sum of RGB (Red+Green+Blue) = 115+180+220=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B4DC is #8C4B23. Grayscale: #A4A4A4. Windows color (decimal): -9194276 or 14464115. OLE color: 14464115.

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

Color convert

RGB 115 180 220 -
CMYK 0.48 0.18 0 0.14
HSL 202.86º 0.6% 0.66% -
HSV(B) 202.86º 0.48% 0.86% -
XYZ 36.31 41.45 73.8 -
YUV 165.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 115 180 220 0.48 0.18 0 0.14 202.86 0.6 0.66
Hex 73 B4 DC 30 12 0 E CB 3C 42
Octal 163 264 334 60 22 0 16 313 74 102
Binary 1110011 10110100 11011100 110000 10010 0 1110 11001011 111100 1000010

Color Harmonies of #73B4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B4DC

Black with #73B4DC

Text Example


Text Example

White with #73B4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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