#73BEDE

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

Shades of Malibu #73BEDE

Tints of Malibu #73BEDE

Color information

#73BEDE (or 0x73BEDE) is unknown color: approx Malibu. HEX triplet: 73, BE and DE. RGB value is (115,190,222). Sum of RGB (Red+Green+Blue) = 115+190+222=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #73BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEDE is #8C4121. Grayscale: #ABABAB. Windows color (decimal): -9191714 or 14597747. OLE color: 14597747.

HSL color Cylindrical-coordinate representation of color #73BEDE: hue angle of 197.94º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73BEDE is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115190222-
CMYK0.480.1400.13
HSL197.94º61.85%66.08%-
HSV(B)197.94º48.2%87.06%-
XYZ38.6745.7575.9-
YUV171.22156.6587.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.82%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=21.82%
G=36.05%
B=42.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151902220.480.1400.13197.9461.8566.08
Hex73BEDE30E0Dc63e42
Octal163276336601601530676102
Binary11100111011111011011110110000111001101110001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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