Html Css Color HEX #72BBE0 Malibu

📋 copy color: '#72BBE0'

red 114 ◦ green 187 ◦ blue 224

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

Shades of Malibu #72BBE0

Tints of Malibu #72BBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 21.71%
G = 35.62%
B = 42.67%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#72BBE0 (or 0x72BBE0) is known color: Malibu. HEX triplet: 72, BB and E0. RGB value is (114,187,224). Sum of RGB (Red+Green+Blue) = 114+187+224=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #72BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBE0 is #8D441F. Grayscale: #A9A9A9. Windows color (decimal): -9258016 or 14728050. OLE color: 14728050.

HSL color Cylindrical-coordinate representation of color #72BBE0: hue angle of 200.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72BBE0 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 187 224 -
CMYK 0.49 0.17 0 0.12
HSL 200.18º 0.64% 0.66% -
HSV(B) 200.18º 0.49% 0.88% -
XYZ 38.16 44.5 77.1 -
YUV 169.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 114 187 224 0.49 0.17 0 0.12 200.18 0.64 0.66
Hex 72 BB E0 31 11 0 C C8 40 42
Octal 162 273 340 61 21 0 14 310 100 102
Binary 1110010 10111011 11100000 110001 10001 0 1100 11001000 1000000 1000010

Color Harmonies of #72BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBE0

Black with #72BBE0

Text Example


Text Example

White with #72BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,187,224); }

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

background-color css

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

 a { background-color: rgb(114,187,224); }

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

border-color css

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

 span { border-color: rgb(114,187,224); }

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