#73BFE5

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

Shades of Malibu #73BFE5

Tints of Malibu #73BFE5

Color information

#73BFE5 (or 0x73BFE5) is unknown color: approx Malibu. HEX triplet: 73, BF and E5. RGB value is (115,191,229). Sum of RGB (Red+Green+Blue) = 115+191+229=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #73BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFE5 is #8C401A. Grayscale: #ACACAC. Windows color (decimal): -9191451 or 15056755. OLE color: 15056755.

HSL color Cylindrical-coordinate representation of color #73BFE5: hue angle of 200º 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 #73BFE5 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB115191229-
CMYK0.500.1700.10
HSL200º68.67%67.45%-
HSV(B)200º49.78%89.8%-
XYZ39.8446.5681.02-
YUV172.61159.8286.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.50%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=21.50%
G=35.70%
B=42.80%

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
Decimal1151912290.500.1700.1020068.6767.45
Hex73BFE532110Ac84543
Octal1632773456221012310105103
Binary1110011101111111110010111001010001010101100100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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