Html Css Color HEX #73BEE5 Malibu

📋 copy color: '#73BEE5'

red 115 ◦ green 190 ◦ blue 229

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

Shades of Malibu #73BEE5

Tints of Malibu #73BEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 21.54%
G = 35.58%
B = 42.88%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73BEE5 (or 0x73BEE5) is known color: Malibu. HEX triplet: 73, BE and E5. RGB value is (115,190,229). Sum of RGB (Red+Green+Blue) = 115+190+229=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #73BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEE5 is #8C411A. Grayscale: #ABABAB. Windows color (decimal): -9191707 or 15056499. OLE color: 15056499.

HSL color Cylindrical-coordinate representation of color #73BEE5: hue angle of 200.53º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73BEE5 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 190 229 -
CMYK 0.50 0.17 0 0.10
HSL 200.53º 0.69% 0.67% -
HSV(B) 200.53º 0.5% 0.9% -
XYZ 39.63 46.13 80.94 -
YUV 172.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 115 190 229 0.50 0.17 0 0.10 200.53 0.69 0.67
Hex 73 BE E5 32 11 0 A C9 45 43
Octal 163 276 345 62 21 0 12 311 105 103
Binary 1110011 10111110 11100101 110010 10001 0 1010 11001001 1000101 1000011

Color Harmonies of #73BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BEE5

Black with #73BEE5

Text Example


Text Example

White with #73BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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