Html Css Color HEX #73BADD Malibu

📋 copy color: '#73BADD'

red 115 ◦ green 186 ◦ blue 221

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

Shades of Malibu #73BADD

Tints of Malibu #73BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.63%

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 22.03%
G = 35.63%
B = 42.34%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73BADD (or 0x73BADD) is known color: Malibu. HEX triplet: 73, BA and DD. RGB value is (115,186,221). Sum of RGB (Red+Green+Blue) = 115+186+221=522 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.03% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #73BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BADD is #8C4522. Grayscale: #A8A8A8. Windows color (decimal): -9192739 or 14531187. OLE color: 14531187.

HSL color Cylindrical-coordinate representation of color #73BADD: hue angle of 199.81º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73BADD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 186 221 -
CMYK 0.48 0.16 0 0.13
HSL 199.81º 0.61% 0.66% -
HSV(B) 199.81º 0.48% 0.87% -
XYZ 37.68 43.98 74.91 -
YUV 168.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 115 186 221 0.48 0.16 0 0.13 199.81 0.61 0.66
Hex 73 BA DD 30 10 0 D C8 3D 42
Octal 163 272 335 60 20 0 15 310 75 102
Binary 1110011 10111010 11011101 110000 10000 0 1101 11001000 111101 1000010

Color Harmonies of #73BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BADD

Black with #73BADD

Text Example


Text Example

White with #73BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,221); }

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

background-color css

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

 a { background-color: rgb(115,186,221); }

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

border-color css

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

 span { border-color: rgb(115,186,221); }

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