Html Css Color HEX #73BAE1 Malibu

📋 copy color: '#73BAE1'

red 115 ◦ green 186 ◦ blue 225

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

Shades of Malibu #73BAE1

Tints of Malibu #73BAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 21.86%
G = 35.36%
B = 42.78%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#73BAE1 (or 0x73BAE1) is known color: Malibu. HEX triplet: 73, BA and E1. RGB value is (115,186,225). Sum of RGB (Red+Green+Blue) = 115+186+225=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #73BAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAE1 is #8C451E. Grayscale: #A8A8A8. Windows color (decimal): -9192735 or 14793331. OLE color: 14793331.

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

Color convert

RGB 115 186 225 -
CMYK 0.49 0.17 0 0.12
HSL 201.27º 0.65% 0.67% -
HSV(B) 201.27º 0.49% 0.88% -
XYZ 38.22 44.2 77.75 -
YUV 169.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 115 186 225 0.49 0.17 0 0.12 201.27 0.65 0.67
Hex 73 BA E1 31 11 0 C C9 41 43
Octal 163 272 341 61 21 0 14 311 101 103
Binary 1110011 10111010 11100001 110001 10001 0 1100 11001001 1000001 1000011

Color Harmonies of #73BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAE1

Black with #73BAE1

Text Example


Text Example

White with #73BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,225); }

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

background-color css

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

 a { background-color: rgb(115,186,225); }

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

border-color css

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

 span { border-color: rgb(115,186,225); }

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