Html Css Color HEX #73BAE0 Malibu

📋 copy color: '#73BAE0'

red 115 ◦ green 186 ◦ blue 224

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

Shades of Malibu #73BAE0

Tints of Malibu #73BAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 21.9%
G = 35.43%
B = 42.67%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#73BAE0 (or 0x73BAE0) is known color: Malibu. HEX triplet: 73, BA and E0. RGB value is (115,186,224). Sum of RGB (Red+Green+Blue) = 115+186+224=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #73BAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAE0 is #8C451F. Grayscale: #A8A8A8. Windows color (decimal): -9192736 or 14727795. OLE color: 14727795.

HSL color Cylindrical-coordinate representation of color #73BAE0: hue angle of 200.92º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73BAE0 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 186 224 -
CMYK 0.49 0.17 0 0.12
HSL 200.92º 0.64% 0.66% -
HSV(B) 200.92º 0.49% 0.88% -
XYZ 38.08 44.14 77.03 -
YUV 169.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 115 186 224 0.49 0.17 0 0.12 200.92 0.64 0.66
Hex 73 BA E0 31 11 0 C C9 40 42
Octal 163 272 340 61 21 0 14 311 100 102
Binary 1110011 10111010 11100000 110001 10001 0 1100 11001001 1000000 1000010

Color Harmonies of #73BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAE0

Black with #73BAE0

Text Example


Text Example

White with #73BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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