Html Css Color HEX #72BFDF Malibu

📋 copy color: '#72BFDF'

red 114 ◦ green 191 ◦ blue 223

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

Shades of Malibu #72BFDF

Tints of Malibu #72BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 21.59%
G = 36.17%
B = 42.23%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72BFDF (or 0x72BFDF) is known color: Malibu. HEX triplet: 72, BF and DF. RGB value is (114,191,223). Sum of RGB (Red+Green+Blue) = 114+191+223=528 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.59% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #72BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFDF is #8D4020. Grayscale: #ABABAB. Windows color (decimal): -9256993 or 14663538. OLE color: 14663538.

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

Color convert

RGB 114 191 223 -
CMYK 0.49 0.14 0 0.13
HSL 197.61º 0.63% 0.66% -
HSV(B) 197.61º 0.49% 0.87% -
XYZ 38.89 46.17 76.67 -
YUV 171.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 114 191 223 0.49 0.14 0 0.13 197.61 0.63 0.66
Hex 72 BF DF 31 E 0 D C6 3F 42
Octal 162 277 337 61 16 0 15 306 77 102
Binary 1110010 10111111 11011111 110001 1110 0 1101 11000110 111111 1000010

Color Harmonies of #72BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFDF

Black with #72BFDF

Text Example


Text Example

White with #72BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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