Html Css Color HEX #72B5DB Malibu

📋 copy color: '#72B5DB'

red 114 ◦ green 181 ◦ blue 219

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

Shades of Malibu #72B5DB

Tints of Malibu #72B5DB

RGB

 RED value IS 114 (44.92% from 255) = 22.18%

 GREEN value IS 181 (71.09% from 255) = 35.21%

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

R = 22.18%
G = 35.21%
B = 42.61%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72B5DB (or 0x72B5DB) is known color: Malibu. HEX triplet: 72, B5 and DB. RGB value is (114,181,219). Sum of RGB (Red+Green+Blue) = 114+181+219=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #72B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B5DB is #8D4A24. Grayscale: #A5A5A5. Windows color (decimal): -9259557 or 14398834. OLE color: 14398834.

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

Color convert

RGB 114 181 219 -
CMYK 0.48 0.17 0 0.14
HSL 201.71º 0.59% 0.65% -
HSV(B) 201.71º 0.48% 0.86% -
XYZ 36.25 41.74 73.16 -
YUV 165.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 114 181 219 0.48 0.17 0 0.14 201.71 0.59 0.65
Hex 72 B5 DB 30 11 0 E CA 3B 41
Octal 162 265 333 60 21 0 16 312 73 101
Binary 1110010 10110101 11011011 110000 10001 0 1110 11001010 111011 1000001

Color Harmonies of #72B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B5DB

Black with #72B5DB

Text Example


Text Example

White with #72B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72B5DB; }

 p { color: rgb(114,181,219); }

 H1.HeaderClassName
 {
   color: #72B5DB;
 }
 .AnyTagClassName
 {
   color: #72B5DB;
 }
</style>

background-color css

<style>
 a { background-color: #72B5DB; }

 a { background-color: rgb(114,181,219); }

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

border-color css

<style>
 span { border-color: #72B5DB; }

 span { border-color: rgb(114,181,219); }

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