#73BEE5

Color #73BEE5 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #73BEE5

Tints of Malibu #73BEE5

Color information

#73BEE5 (or 0x73BEE5) is unknown color: approx Malibu. HEX triplet: 73, BE and E5. RGB value is (115,190,229). Sum of RGB (Red+Green+Blue) = 115+190+229=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #73BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEE5 is #8C411A. Grayscale: #ABABAB. Windows color (decimal): -9191707 or 15056499. OLE color: 15056499.

HSL color Cylindrical-coordinate representation of color #73BEE5: hue angle of 200.53º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73BEE5 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB115190229-
CMYK0.500.1700.10
HSL200.53º68.67%67.45%-
HSV(B)200.53º49.78%89.8%-
XYZ39.6346.1380.94-
YUV172.02160.1587.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.54%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 229 (89.84% from 255) = 42.88%
R=21.54%
G=35.58%
B=42.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1151902290.500.1700.10200.5368.6767.45
Hex73BEE532110Ac94543
Octal1632763456221012311105103
Binary1110011101111101110010111001010001010101100100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,190,229); }

 H1.HeaderClassName
 {
   color: #73BEE5;
 }
 .AnyTagClassName
 {
   color: #73BEE5;
 }
</style>
background-color css

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

 a { background-color: rgb(115,190,229); }

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

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

 span { border-color: rgb(115,190,229); }

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