Html Css Color HEX #73B5DD Malibu

📋 copy color: '#73B5DD'

red 115 ◦ green 181 ◦ blue 221

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

Shades of Malibu #73B5DD

Tints of Malibu #73B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.01%

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

R = 22.24%
G = 35.01%
B = 42.75%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73B5DD (or 0x73B5DD) is known color: Malibu. HEX triplet: 73, B5 and DD. RGB value is (115,181,221). Sum of RGB (Red+Green+Blue) = 115+181+221=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #73B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B5DD is #8C4A22. Grayscale: #A5A5A5. Windows color (decimal): -9194019 or 14529907. OLE color: 14529907.

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

Color convert

RGB 115 181 221 -
CMYK 0.48 0.18 0 0.13
HSL 202.64º 0.61% 0.66% -
HSV(B) 202.64º 0.48% 0.87% -
XYZ 36.65 41.91 74.57 -
YUV 165.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 115 181 221 0.48 0.18 0 0.13 202.64 0.61 0.66
Hex 73 B5 DD 30 12 0 D CB 3D 42
Octal 163 265 335 60 22 0 15 313 75 102
Binary 1110011 10110101 11011101 110000 10010 0 1101 11001011 111101 1000010

Color Harmonies of #73B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B5DD

Black with #73B5DD

Text Example


Text Example

White with #73B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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