Html Css Color HEX #73B2DB Malibu

📋 copy color: '#73B2DB'

red 115 ◦ green 178 ◦ blue 219

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

Shades of Malibu #73B2DB

Tints of Malibu #73B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 22.46%
G = 34.77%
B = 42.77%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73B2DB (or 0x73B2DB) is known color: Malibu. HEX triplet: 73, B2 and DB. RGB value is (115,178,219). Sum of RGB (Red+Green+Blue) = 115+178+219=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #73B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2DB is #8C4D24. Grayscale: #A3A3A3. Windows color (decimal): -9194789 or 14398067. OLE color: 14398067.

HSL color Cylindrical-coordinate representation of color #73B2DB: hue angle of 203.65º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73B2DB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 178 219 -
CMYK 0.47 0.19 0 0.14
HSL 203.65º 0.59% 0.65% -
HSV(B) 203.65º 0.47% 0.86% -
XYZ 35.78 40.6 72.97 -
YUV 163.84 159.13 93.17 -
System Red Green Blue C M Y K H S L
Decimal 115 178 219 0.47 0.19 0 0.14 203.65 0.59 0.65
Hex 73 B2 DB 2F 13 0 E CC 3B 41
Octal 163 262 333 57 23 0 16 314 73 101
Binary 1110011 10110010 11011011 101111 10011 0 1110 11001100 111011 1000001

Color Harmonies of #73B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B2DB

Black with #73B2DB

Text Example


Text Example

White with #73B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,178,219); }

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

background-color css

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

 a { background-color: rgb(115,178,219); }

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

border-color css

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

 span { border-color: rgb(115,178,219); }

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