Html Css Color HEX #72B1DB Malibu

📋 copy color: '#72B1DB'

red 114 ◦ green 177 ◦ blue 219

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

Shades of Malibu #72B1DB

Tints of Malibu #72B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

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

R = 22.35%
G = 34.71%
B = 42.94%

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

#72B1DB (or 0x72B1DB) is known color: Malibu. HEX triplet: 72, B1 and DB. RGB value is (114,177,219). Sum of RGB (Red+Green+Blue) = 114+177+219=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #72B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B1DB is #8D4E24. Grayscale: #A2A2A2. Windows color (decimal): -9260581 or 14397810. OLE color: 14397810.

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

Color convert

RGB 114 177 219 -
CMYK 0.48 0.19 0 0.14
HSL 204º 0.59% 0.65% -
HSV(B) 204º 0.48% 0.86% -
XYZ 35.45 40.14 72.9 -
YUV 162.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 114 177 219 0.48 0.19 0 0.14 204 0.59 0.65
Hex 72 B1 DB 30 13 0 E CC 3B 41
Octal 162 261 333 60 23 0 16 314 73 101
Binary 1110010 10110001 11011011 110000 10011 0 1110 11001100 111011 1000001

Color Harmonies of #72B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B1DB

Black with #72B1DB

Text Example


Text Example

White with #72B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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