#73BEEA

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

Shades of Malibu #73BEEA

Tints of Malibu #73BEEA

Color information

#73BEEA (or 0x73BEEA) is unknown color: approx Malibu. HEX triplet: 73, BE and EA. RGB value is (115,190,234). Sum of RGB (Red+Green+Blue) = 115+190+234=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #73BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BEEA is #8C4115. Grayscale: #ACACAC. Windows color (decimal): -9191702 or 15384179. OLE color: 15384179.

HSL color Cylindrical-coordinate representation of color #73BEEA: hue angle of 202.18º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BEEA is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB115190234-
CMYK0.510.1900.08
HSL202.18º73.91%68.43%-
HSV(B)202.18º50.85%91.76%-
XYZ40.3346.4184.67-
YUV172.59162.6586.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.34%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=21.34%
G=35.25%
B=43.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1151902340.510.1900.08202.1873.9168.43
Hex73BEEA331308ca4a44
Octal1632763526323010312112104
Binary1110011101111101110101011001110011010001100101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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