Html Css Color HEX #73BAEA Malibu

📋 copy color: '#73BAEA'

red 115 ◦ green 186 ◦ blue 234

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

Shades of Malibu #73BAEA

Tints of Malibu #73BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 21.5%
G = 34.77%
B = 43.74%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73BAEA (or 0x73BAEA) is known color: Malibu. HEX triplet: 73, BA and EA. RGB value is (115,186,234). Sum of RGB (Red+Green+Blue) = 115+186+234=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #73BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAEA is #8C4515. Grayscale: #A9A9A9. Windows color (decimal): -9192726 or 15383155. OLE color: 15383155.

HSL color Cylindrical-coordinate representation of color #73BAEA: hue angle of 204.2º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BAEA is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 186 234 -
CMYK 0.51 0.21 0 0.08
HSL 204.2º 0.74% 0.68% -
HSV(B) 204.2º 0.51% 0.92% -
XYZ 39.48 44.7 84.39 -
YUV 170.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 115 186 234 0.51 0.21 0 0.08 204.2 0.74 0.68
Hex 73 BA EA 33 15 0 8 CC 4A 44
Octal 163 272 352 63 25 0 10 314 112 104
Binary 1110011 10111010 11101010 110011 10101 0 1000 11001100 1001010 1000100

Color Harmonies of #73BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAEA

Black with #73BAEA

Text Example


Text Example

White with #73BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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