Html Css Color HEX #72B7DC Malibu

📋 copy color: '#72B7DC'

red 114 ◦ green 183 ◦ blue 220

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

Shades of Malibu #72B7DC

Tints of Malibu #72B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

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

R = 22.05%
G = 35.4%
B = 42.55%

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

#72B7DC (or 0x72B7DC) is known color: Malibu. HEX triplet: 72, B7 and DC. RGB value is (114,183,220). Sum of RGB (Red+Green+Blue) = 114+183+220=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #72B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7DC is #8D4823. Grayscale: #A6A6A6. Windows color (decimal): -9259044 or 14464882. OLE color: 14464882.

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

Color convert

RGB 114 183 220 -
CMYK 0.48 0.17 0 0.14
HSL 200.94º 0.6% 0.65% -
HSV(B) 200.94º 0.48% 0.86% -
XYZ 36.79 42.61 74 -
YUV 166.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 114 183 220 0.48 0.17 0 0.14 200.94 0.6 0.65
Hex 72 B7 DC 30 11 0 E C9 3C 41
Octal 162 267 334 60 21 0 16 311 74 101
Binary 1110010 10110111 11011100 110000 10001 0 1110 11001001 111100 1000001

Color Harmonies of #72B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B7DC

Black with #72B7DC

Text Example


Text Example

White with #72B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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