#73B8E1

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

Shades of Malibu #73B8E1

Tints of Malibu #73B8E1

Color information

#73B8E1 (or 0x73B8E1) is unknown color: approx Malibu. HEX triplet: 73, B8 and E1. RGB value is (115,184,225). Sum of RGB (Red+Green+Blue) = 115+184+225=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #73B8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B8E1 is #8C471E. Grayscale: #A7A7A7. Windows color (decimal): -9193247 or 14792819. OLE color: 14792819.

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

Color convert

RGB115184225-
CMYK0.490.1800.12
HSL202.36º64.71%66.67%-
HSV(B)202.36º48.89%88.24%-
XYZ37.843.3677.61-
YUV168.04160.1490.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.95%
GREEN value IS 184 (72.27% from 255) = 35.11%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=21.95%
G=35.11%
B=42.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1151842250.490.1800.12202.3664.7166.67
Hex73B8E131120Cca4143
Octal1632703416122014312101103
Binary1110011101110001110000111000110010011001100101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,184,225); }

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

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

 a { background-color: rgb(115,184,225); }

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

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

 span { border-color: rgb(115,184,225); }

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