Html Css Color HEX #73BEE8 Malibu

📋 copy color: '#73BEE8'

red 115 ◦ green 190 ◦ blue 232

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

Shades of Malibu #73BEE8

Tints of Malibu #73BEE8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

 BLUE value IS 232 (91.02% from 255) = 43.2%

R = 21.42%
G = 35.38%
B = 43.2%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#73BEE8 (or 0x73BEE8) is known color: Malibu. HEX triplet: 73, BE and E8. RGB value is (115,190,232). Sum of RGB (Red+Green+Blue) = 115+190+232=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #73BEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BEE8 is #8C4117. Grayscale: #ACACAC. Windows color (decimal): -9191704 or 15253107. OLE color: 15253107.

HSL color Cylindrical-coordinate representation of color #73BEE8: hue angle of 201.54º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73BEE8 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 190 232 -
CMYK 0.50 0.18 0 0.09
HSL 201.54º 0.72% 0.68% -
HSV(B) 201.54º 0.5% 0.91% -
XYZ 40.05 46.3 83.17 -
YUV 172.36 161.65 87.08 -
System Red Green Blue C M Y K H S L
Decimal 115 190 232 0.50 0.18 0 0.09 201.54 0.72 0.68
Hex 73 BE E8 32 12 0 9 CA 48 44
Octal 163 276 350 62 22 0 11 312 110 104
Binary 1110011 10111110 11101000 110010 10010 0 1001 11001010 1001000 1000100

Color Harmonies of #73BEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BEE8

Black with #73BEE8

Text Example


Text Example

White with #73BEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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