Html Css Color HEX #73B3E0 Malibu

📋 copy color: '#73B3E0'

red 115 ◦ green 179 ◦ blue 224

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

Shades of Malibu #73B3E0

Tints of Malibu #73B3E0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 22.2%
G = 34.56%
B = 43.24%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#73B3E0 (or 0x73B3E0) is known color: Malibu. HEX triplet: 73, B3 and E0. RGB value is (115,179,224). Sum of RGB (Red+Green+Blue) = 115+179+224=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #73B3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B3E0 is #8C4C1F. Grayscale: #A4A4A4. Windows color (decimal): -9194528 or 14726003. OLE color: 14726003.

HSL color Cylindrical-coordinate representation of color #73B3E0: hue angle of 204.77º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73B3E0 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 179 224 -
CMYK 0.49 0.20 0 0.12
HSL 204.77º 0.64% 0.66% -
HSV(B) 204.77º 0.49% 0.88% -
XYZ 36.64 41.27 76.55 -
YUV 164.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 115 179 224 0.49 0.20 0 0.12 204.77 0.64 0.66
Hex 73 B3 E0 31 14 0 C CD 40 42
Octal 163 263 340 61 24 0 14 315 100 102
Binary 1110011 10110011 11100000 110001 10100 0 1100 11001101 1000000 1000010

Color Harmonies of #73B3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B3E0

Black with #73B3E0

Text Example


Text Example

White with #73B3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,179,224); }

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

background-color css

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

 a { background-color: rgb(115,179,224); }

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

border-color css

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

 span { border-color: rgb(115,179,224); }

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