Html Css Color HEX #73BCE6 Malibu

📋 copy color: '#73BCE6'

red 115 ◦ green 188 ◦ blue 230

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

Shades of Malibu #73BCE6

Tints of Malibu #73BCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 21.58%
G = 35.27%
B = 43.15%

CMYK

 C value IS 0.5

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73BCE6 (or 0x73BCE6) is known color: Malibu. HEX triplet: 73, BC and E6. RGB value is (115,188,230). Sum of RGB (Red+Green+Blue) = 115+188+230=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #73BCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCE6 is #8C4319. Grayscale: #AAAAAA. Windows color (decimal): -9192218 or 15121523. OLE color: 15121523.

HSL color Cylindrical-coordinate representation of color #73BCE6: hue angle of 201.91º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73BCE6 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 188 230 -
CMYK 0.5 0.18 0 0.10
HSL 201.91º 0.7% 0.68% -
HSV(B) 201.91º 0.5% 0.9% -
XYZ 39.34 45.32 81.54 -
YUV 170.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 115 188 230 0.5 0.18 0 0.10 201.91 0.7 0.68
Hex 73 BC E6 32 12 0 A CA 46 44
Octal 163 274 346 62 22 0 12 312 106 104
Binary 1110011 10111100 11100110 110010 10010 0 1010 11001010 1000110 1000100

Color Harmonies of #73BCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCE6

Black with #73BCE6

Text Example


Text Example

White with #73BCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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