Html Css Color HEX #73BCDE Malibu

📋 copy color: '#73BCDE'

red 115 ◦ green 188 ◦ blue 222

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

Shades of Malibu #73BCDE

Tints of Malibu #73BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 21.9%
G = 35.81%
B = 42.29%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73BCDE (or 0x73BCDE) is known color: Malibu. HEX triplet: 73, BC and DE. RGB value is (115,188,222). Sum of RGB (Red+Green+Blue) = 115+188+222=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #73BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCDE is #8C4321. Grayscale: #A9A9A9. Windows color (decimal): -9192226 or 14597235. OLE color: 14597235.

HSL color Cylindrical-coordinate representation of color #73BCDE: hue angle of 199.07º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73BCDE is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 188 222 -
CMYK 0.48 0.15 0 0.13
HSL 199.07º 0.62% 0.66% -
HSV(B) 199.07º 0.48% 0.87% -
XYZ 38.24 44.89 75.76 -
YUV 170.05 157.32 88.74 -
System Red Green Blue C M Y K H S L
Decimal 115 188 222 0.48 0.15 0 0.13 199.07 0.62 0.66
Hex 73 BC DE 30 F 0 D C7 3E 42
Octal 163 274 336 60 17 0 15 307 76 102
Binary 1110011 10111100 11011110 110000 1111 0 1101 11000111 111110 1000010

Color Harmonies of #73BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCDE

Black with #73BCDE

Text Example


Text Example

White with #73BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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