Html Css Color HEX #72BBE7 Malibu

📋 copy color: '#72BBE7'

red 114 ◦ green 187 ◦ blue 231

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

Shades of Malibu #72BBE7

Tints of Malibu #72BBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 21.43%
G = 35.15%
B = 43.42%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72BBE7 (or 0x72BBE7) is known color: Malibu. HEX triplet: 72, BB and E7. RGB value is (114,187,231). Sum of RGB (Red+Green+Blue) = 114+187+231=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #72BBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BBE7 is #8D4418. Grayscale: #A9A9A9. Windows color (decimal): -9258009 or 15186802. OLE color: 15186802.

HSL color Cylindrical-coordinate representation of color #72BBE7: hue angle of 202.56º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BBE7 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 187 231 -
CMYK 0.51 0.19 0 0.09
HSL 202.56º 0.71% 0.68% -
HSV(B) 202.56º 0.51% 0.91% -
XYZ 39.13 44.89 82.2 -
YUV 170.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 114 187 231 0.51 0.19 0 0.09 202.56 0.71 0.68
Hex 72 BB E7 33 13 0 9 CB 47 44
Octal 162 273 347 63 23 0 11 313 107 104
Binary 1110010 10111011 11100111 110011 10011 0 1001 11001011 1000111 1000100

Color Harmonies of #72BBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBE7

Black with #72BBE7

Text Example


Text Example

White with #72BBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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