Html Css Color HEX #73BADE Malibu

📋 copy color: '#73BADE'

red 115 ◦ green 186 ◦ blue 222

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

Shades of Malibu #73BADE

Tints of Malibu #73BADE

RGB

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

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

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

R = 21.99%
G = 35.56%
B = 42.45%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73BADE (or 0x73BADE) is known color: Malibu. HEX triplet: 73, BA and DE. RGB value is (115,186,222). Sum of RGB (Red+Green+Blue) = 115+186+222=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #73BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BADE is #8C4521. Grayscale: #A8A8A8. Windows color (decimal): -9192738 or 14596723. OLE color: 14596723.

HSL color Cylindrical-coordinate representation of color #73BADE: hue angle of 200.19º 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 #73BADE is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 186 222 -
CMYK 0.48 0.16 0 0.13
HSL 200.19º 0.62% 0.66% -
HSV(B) 200.19º 0.48% 0.87% -
XYZ 37.81 44.04 75.61 -
YUV 168.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 115 186 222 0.48 0.16 0 0.13 200.19 0.62 0.66
Hex 73 BA DE 30 10 0 D C8 3E 42
Octal 163 272 336 60 20 0 15 310 76 102
Binary 1110011 10111010 11011110 110000 10000 0 1101 11001000 111110 1000010

Color Harmonies of #73BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BADE

Black with #73BADE

Text Example


Text Example

White with #73BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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