Html Css Color HEX #72C0DF Malibu

📋 copy color: '#72C0DF'

red 114 ◦ green 192 ◦ blue 223

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

Shades of Malibu #72C0DF

Tints of Malibu #72C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

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

R = 21.55%
G = 36.29%
B = 42.16%

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

#72C0DF (or 0x72C0DF) is known color: Malibu. HEX triplet: 72, C0 and DF. RGB value is (114,192,223). Sum of RGB (Red+Green+Blue) = 114+192+223=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #72C0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C0DF is #8D3F20. Grayscale: #ACACAC. Windows color (decimal): -9256737 or 14663794. OLE color: 14663794.

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

Color convert

RGB 114 192 223 -
CMYK 0.49 0.14 0 0.13
HSL 197.06º 0.63% 0.66% -
HSV(B) 197.06º 0.49% 0.87% -
XYZ 39.11 46.6 76.75 -
YUV 172.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 114 192 223 0.49 0.14 0 0.13 197.06 0.63 0.66
Hex 72 C0 DF 31 E 0 D C5 3F 42
Octal 162 300 337 61 16 0 15 305 77 102
Binary 1110010 11000000 11011111 110001 1110 0 1101 11000101 111111 1000010

Color Harmonies of #72C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C0DF

Black with #72C0DF

Text Example


Text Example

White with #72C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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