#72CFF6

Color #72CFF6 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #72CFF6

Tints of Maya Blue #72CFF6

Color information

#72CFF6 (or 0x72CFF6) is unknown color: approx Maya Blue. HEX triplet: 72, CF and F6. RGB value is (114,207,246). Sum of RGB (Red+Green+Blue) = 114+207+246=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #72CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFF6 is #8D3009. Grayscale: #B7B7B7. Windows color (decimal): -9252874 or 16174962. OLE color: 16174962.

HSL color Cylindrical-coordinate representation of color #72CFF6: hue angle of 197.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72CFF6 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB114207246-
CMYK0.540.1600.04
HSL197.73º88%70.59%-
HSV(B)197.73º53.66%96.47%-
XYZ45.8954.8695.36-
YUV183.64163.1978.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.11%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=20.11%
G=36.51%
B=43.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142072460.540.1600.04197.738870.59
Hex72CFF6361004c65847
Octal162317366662004306130107
Binary111001011001111111101101101101000001001100011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,207,246); }

 H1.HeaderClassName
 {
   color: #72CFF6;
 }
 .AnyTagClassName
 {
   color: #72CFF6;
 }
</style>
background-color css

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

 a { background-color: rgb(114,207,246); }

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

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

 span { border-color: rgb(114,207,246); }

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