Html Css Color HEX #72BCDD Malibu

📋 copy color: '#72BCDD'

red 114 ◦ green 188 ◦ blue 221

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

Shades of Malibu #72BCDD

Tints of Malibu #72BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 21.8%
G = 35.95%
B = 42.26%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72BCDD (or 0x72BCDD) is known color: Malibu. HEX triplet: 72, BC and DD. RGB value is (114,188,221). Sum of RGB (Red+Green+Blue) = 114+188+221=523 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.80% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #72BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCDD is #8D4322. Grayscale: #A9A9A9. Windows color (decimal): -9257763 or 14531698. OLE color: 14531698.

HSL color Cylindrical-coordinate representation of color #72BCDD: hue angle of 198.5º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BCDD is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 188 221 -
CMYK 0.48 0.15 0 0.13
HSL 198.5º 0.61% 0.66% -
HSV(B) 198.5º 0.48% 0.87% -
XYZ 37.97 44.76 75.05 -
YUV 169.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 114 188 221 0.48 0.15 0 0.13 198.5 0.61 0.66
Hex 72 BC DD 30 F 0 D C7 3D 42
Octal 162 274 335 60 17 0 15 307 75 102
Binary 1110010 10111100 11011101 110000 1111 0 1101 11000111 111101 1000010

Color Harmonies of #72BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCDD

Black with #72BCDD

Text Example


Text Example

White with #72BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,188,221); }

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

background-color css

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

 a { background-color: rgb(114,188,221); }

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

border-color css

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

 span { border-color: rgb(114,188,221); }

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