Html Css Color HEX #72B2DB Malibu

📋 copy color: '#72B2DB'

red 114 ◦ green 178 ◦ blue 219

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

Shades of Malibu #72B2DB

Tints of Malibu #72B2DB

RGB

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

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

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

R = 22.31%
G = 34.83%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72B2DB (or 0x72B2DB) is known color: Malibu. HEX triplet: 72, B2 and DB. RGB value is (114,178,219). Sum of RGB (Red+Green+Blue) = 114+178+219=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #72B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2DB is #8D4D24. Grayscale: #A3A3A3. Windows color (decimal): -9260325 or 14398066. OLE color: 14398066.

HSL color Cylindrical-coordinate representation of color #72B2DB: hue angle of 203.43º 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 #72B2DB is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 178 219 -
CMYK 0.48 0.19 0 0.14
HSL 203.43º 0.59% 0.65% -
HSV(B) 203.43º 0.48% 0.86% -
XYZ 35.65 40.53 72.96 -
YUV 163.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 114 178 219 0.48 0.19 0 0.14 203.43 0.59 0.65
Hex 72 B2 DB 30 13 0 E CB 3B 41
Octal 162 262 333 60 23 0 16 313 73 101
Binary 1110010 10110010 11011011 110000 10011 0 1110 11001011 111011 1000001

Color Harmonies of #72B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B2DB

Black with #72B2DB

Text Example


Text Example

White with #72B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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