Html Css Color HEX #72C0E7 Malibu

📋 copy color: '#72C0E7'

red 114 ◦ green 192 ◦ blue 231

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

Shades of Malibu #72C0E7

Tints of Malibu #72C0E7

RGB

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

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

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

R = 21.23%
G = 35.75%
B = 43.02%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72C0E7 (or 0x72C0E7) is known color: Malibu. HEX triplet: 72, C0 and E7. RGB value is (114,192,231). Sum of RGB (Red+Green+Blue) = 114+192+231=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #72C0E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0E7 is #8D3F18. Grayscale: #ACACAC. Windows color (decimal): -9256729 or 15188082. OLE color: 15188082.

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

Color convert

RGB 114 192 231 -
CMYK 0.51 0.17 0 0.09
HSL 200º 0.71% 0.68% -
HSV(B) 200º 0.51% 0.91% -
XYZ 40.21 47.05 82.56 -
YUV 173.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 114 192 231 0.51 0.17 0 0.09 200 0.71 0.68
Hex 72 C0 E7 33 11 0 9 C8 47 44
Octal 162 300 347 63 21 0 11 310 107 104
Binary 1110010 11000000 11100111 110011 10001 0 1001 11001000 1000111 1000100

Color Harmonies of #72C0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C0E7

Black with #72C0E7

Text Example


Text Example

White with #72C0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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