Html Css Color HEX #73BCE0 Malibu

📋 copy color: '#73BCE0'

red 115 ◦ green 188 ◦ blue 224

#73BCE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #73BCE0

Tints of Malibu #73BCE0

RGB

 RED value IS 115 (45.31% from 255) = 21.82%

 GREEN value IS 188 (73.83% from 255) = 35.67%

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 21.82%
G = 35.67%
B = 42.5%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#73BCE0 (or 0x73BCE0) is known color: Malibu. HEX triplet: 73, BC and E0. RGB value is (115,188,224). Sum of RGB (Red+Green+Blue) = 115+188+224=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #73BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCE0 is #8C431F. Grayscale: #AAAAAA. Windows color (decimal): -9192224 or 14728307. OLE color: 14728307.

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

Color convert

RGB 115 188 224 -
CMYK 0.49 0.16 0 0.12
HSL 199.82º 0.64% 0.66% -
HSV(B) 199.82º 0.49% 0.88% -
XYZ 38.51 44.99 77.18 -
YUV 170.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 115 188 224 0.49 0.16 0 0.12 199.82 0.64 0.66
Hex 73 BC E0 31 10 0 C C8 40 42
Octal 163 274 340 61 20 0 14 310 100 102
Binary 1110011 10111100 11100000 110001 10000 0 1100 11001000 1000000 1000010

Color Harmonies of #73BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCE0

Black with #73BCE0

Text Example


Text Example

White with #73BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,188,224); }

 H1.HeaderClassName
 {
   color: #73BCE0;
 }
 .AnyTagClassName
 {
   color: #73BCE0;
 }
</style>

background-color css

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

 a { background-color: rgb(115,188,224); }

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

border-color css

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

 span { border-color: rgb(115,188,224); }

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