Html Css Color HEX #72BFE9 Malibu

📋 copy color: '#72BFE9'

red 114 ◦ green 191 ◦ blue 233

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

Shades of Malibu #72BFE9

Tints of Malibu #72BFE9

RGB

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

 GREEN value IS 191 (75% from 255) = 35.5%

 BLUE value IS 233 (91.41% from 255) = 43.31%

R = 21.19%
G = 35.5%
B = 43.31%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72BFE9 (or 0x72BFE9) is known color: Malibu. HEX triplet: 72, BF and E9. RGB value is (114,191,233). Sum of RGB (Red+Green+Blue) = 114+191+233=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #72BFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFE9 is #8D4016. Grayscale: #ACACAC. Windows color (decimal): -9256983 or 15318898. OLE color: 15318898.

HSL color Cylindrical-coordinate representation of color #72BFE9: hue angle of 201.18º degrees, saturation: 0.73, 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 #72BFE9 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 191 233 -
CMYK 0.51 0.18 0 0.09
HSL 201.18º 0.73% 0.68% -
HSV(B) 201.18º 0.51% 0.91% -
XYZ 40.28 46.72 83.99 -
YUV 172.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 114 191 233 0.51 0.18 0 0.09 201.18 0.73 0.68
Hex 72 BF E9 33 12 0 9 C9 49 44
Octal 162 277 351 63 22 0 11 311 111 104
Binary 1110010 10111111 11101001 110011 10010 0 1001 11001001 1001001 1000100

Color Harmonies of #72BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFE9

Black with #72BFE9

Text Example


Text Example

White with #72BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,191,233); }

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

background-color css

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

 a { background-color: rgb(114,191,233); }

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

border-color css

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

 span { border-color: rgb(114,191,233); }

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