Html Css Color HEX #73BAE7 Malibu

📋 copy color: '#73BAE7'

red 115 ◦ green 186 ◦ blue 231

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

Shades of Malibu #73BAE7

Tints of Malibu #73BAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 21.62%
G = 34.96%
B = 43.42%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#73BAE7 (or 0x73BAE7) is known color: Malibu. HEX triplet: 73, BA and E7. RGB value is (115,186,231). Sum of RGB (Red+Green+Blue) = 115+186+231=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #73BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAE7 is #8C4518. Grayscale: #A9A9A9. Windows color (decimal): -9192729 or 15186547. OLE color: 15186547.

HSL color Cylindrical-coordinate representation of color #73BAE7: hue angle of 203.28º degrees, saturation: 0.71, 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 #73BAE7 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 186 231 -
CMYK 0.50 0.19 0 0.09
HSL 203.28º 0.71% 0.68% -
HSV(B) 203.28º 0.5% 0.91% -
XYZ 39.05 44.53 82.14 -
YUV 169.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 115 186 231 0.50 0.19 0 0.09 203.28 0.71 0.68
Hex 73 BA E7 32 13 0 9 CB 47 44
Octal 163 272 347 62 23 0 11 313 107 104
Binary 1110011 10111010 11100111 110010 10011 0 1001 11001011 1000111 1000100

Color Harmonies of #73BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAE7

Black with #73BAE7

Text Example


Text Example

White with #73BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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