Html Css Color HEX #73BCEA Malibu

📋 copy color: '#73BCEA'

red 115 ◦ green 188 ◦ blue 234

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

Shades of Malibu #73BCEA

Tints of Malibu #73BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.01%

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

R = 21.42%
G = 35.01%
B = 43.58%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73BCEA (or 0x73BCEA) is known color: Malibu. HEX triplet: 73, BC and EA. RGB value is (115,188,234). Sum of RGB (Red+Green+Blue) = 115+188+234=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #73BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCEA is #8C4315. Grayscale: #ABABAB. Windows color (decimal): -9192214 or 15383667. OLE color: 15383667.

HSL color Cylindrical-coordinate representation of color #73BCEA: hue angle of 203.19º 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 #73BCEA is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 188 234 -
CMYK 0.51 0.20 0 0.08
HSL 203.19º 0.74% 0.68% -
HSV(B) 203.19º 0.51% 0.92% -
XYZ 39.9 45.55 84.53 -
YUV 171.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 115 188 234 0.51 0.20 0 0.08 203.19 0.74 0.68
Hex 73 BC EA 33 14 0 8 CB 4A 44
Octal 163 274 352 63 24 0 10 313 112 104
Binary 1110011 10111100 11101010 110011 10100 0 1000 11001011 1001010 1000100

Color Harmonies of #73BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCEA

Black with #73BCEA

Text Example


Text Example

White with #73BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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