Html Css Color HEX #72BADD Malibu

📋 copy color: '#72BADD'

red 114 ◦ green 186 ◦ blue 221

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

Shades of Malibu #72BADD

Tints of Malibu #72BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

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

R = 21.88%
G = 35.7%
B = 42.42%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72BADD (or 0x72BADD) is known color: Malibu. HEX triplet: 72, BA and DD. RGB value is (114,186,221). Sum of RGB (Red+Green+Blue) = 114+186+221=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #72BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BADD is #8D4522. Grayscale: #A8A8A8. Windows color (decimal): -9258275 or 14531186. OLE color: 14531186.

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

Color convert

RGB 114 186 221 -
CMYK 0.48 0.16 0 0.13
HSL 199.63º 0.61% 0.66% -
HSV(B) 199.63º 0.48% 0.87% -
XYZ 37.55 43.92 74.9 -
YUV 168.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 114 186 221 0.48 0.16 0 0.13 199.63 0.61 0.66
Hex 72 BA DD 30 10 0 D C8 3D 42
Octal 162 272 335 60 20 0 15 310 75 102
Binary 1110010 10111010 11011101 110000 10000 0 1101 11001000 111101 1000010

Color Harmonies of #72BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BADD

Black with #72BADD

Text Example


Text Example

White with #72BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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