Html Css Color HEX #73BBEA Malibu

📋 copy color: '#73BBEA'

red 115 ◦ green 187 ◦ blue 234

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

Shades of Malibu #73BBEA

Tints of Malibu #73BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.89%

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 21.46%
G = 34.89%
B = 43.66%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73BBEA (or 0x73BBEA) is known color: Malibu. HEX triplet: 73, BB and EA. RGB value is (115,187,234). Sum of RGB (Red+Green+Blue) = 115+187+234=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #73BBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BBEA is #8C4415. Grayscale: #AAAAAA. Windows color (decimal): -9192470 or 15383411. OLE color: 15383411.

HSL color Cylindrical-coordinate representation of color #73BBEA: hue angle of 203.7º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BBEA is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 187 234 -
CMYK 0.51 0.20 0 0.08
HSL 203.7º 0.74% 0.68% -
HSV(B) 203.7º 0.51% 0.92% -
XYZ 39.69 45.13 84.46 -
YUV 170.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 115 187 234 0.51 0.20 0 0.08 203.7 0.74 0.68
Hex 73 BB EA 33 14 0 8 CC 4A 44
Octal 163 273 352 63 24 0 10 314 112 104
Binary 1110011 10111011 11101010 110011 10100 0 1000 11001100 1001010 1000100

Color Harmonies of #73BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBEA

Black with #73BBEA

Text Example


Text Example

White with #73BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,187,234); }

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

background-color css

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

 a { background-color: rgb(115,187,234); }

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

border-color css

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

 span { border-color: rgb(115,187,234); }

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