Html Css Color HEX #73BFE5 Malibu

📋 copy color: '#73BFE5'

red 115 ◦ green 191 ◦ blue 229

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

Shades of Malibu #73BFE5

Tints of Malibu #73BFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 21.5%
G = 35.7%
B = 42.8%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73BFE5 (or 0x73BFE5) is known color: Malibu. HEX triplet: 73, BF and E5. RGB value is (115,191,229). Sum of RGB (Red+Green+Blue) = 115+191+229=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #73BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFE5 is #8C401A. Grayscale: #ACACAC. Windows color (decimal): -9191451 or 15056755. OLE color: 15056755.

HSL color Cylindrical-coordinate representation of color #73BFE5: hue angle of 200º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73BFE5 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 191 229 -
CMYK 0.50 0.17 0 0.10
HSL 200º 0.69% 0.67% -
HSV(B) 200º 0.5% 0.9% -
XYZ 39.84 46.56 81.02 -
YUV 172.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 115 191 229 0.50 0.17 0 0.10 200 0.69 0.67
Hex 73 BF E5 32 11 0 A C8 45 43
Octal 163 277 345 62 21 0 12 310 105 103
Binary 1110011 10111111 11100101 110010 10001 0 1010 11001000 1000101 1000011

Color Harmonies of #73BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFE5

Black with #73BFE5

Text Example


Text Example

White with #73BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,191,229); }

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

background-color css

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

 a { background-color: rgb(115,191,229); }

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

border-color css

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

 span { border-color: rgb(115,191,229); }

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