Html Css Color HEX #72B4DC Malibu

📋 copy color: '#72B4DC'

red 114 ◦ green 180 ◦ blue 220

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

Shades of Malibu #72B4DC

Tints of Malibu #72B4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 22.18%
G = 35.02%
B = 42.8%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72B4DC (or 0x72B4DC) is known color: Malibu. HEX triplet: 72, B4 and DC. RGB value is (114,180,220). Sum of RGB (Red+Green+Blue) = 114+180+220=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #72B4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4DC is #8D4B23. Grayscale: #A4A4A4. Windows color (decimal): -9259812 or 14464114. OLE color: 14464114.

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

Color convert

RGB 114 180 220 -
CMYK 0.48 0.18 0 0.14
HSL 202.64º 0.6% 0.65% -
HSV(B) 202.64º 0.48% 0.86% -
XYZ 36.18 41.39 73.79 -
YUV 164.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 114 180 220 0.48 0.18 0 0.14 202.64 0.6 0.65
Hex 72 B4 DC 30 12 0 E CB 3C 41
Octal 162 264 334 60 22 0 16 313 74 101
Binary 1110010 10110100 11011100 110000 10010 0 1110 11001011 111100 1000001

Color Harmonies of #72B4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B4DC

Black with #72B4DC

Text Example


Text Example

White with #72B4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,220); }

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

background-color css

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

 a { background-color: rgb(114,180,220); }

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

border-color css

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

 span { border-color: rgb(114,180,220); }

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