#72CFF9

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

Shades of Maya Blue #72CFF9

Tints of Maya Blue #72CFF9

Color information

#72CFF9 (or 0x72CFF9) is unknown color: approx Maya Blue. HEX triplet: 72, CF and F9. RGB value is (114,207,249). Sum of RGB (Red+Green+Blue) = 114+207+249=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #72CFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFF9 is #8D3006. Grayscale: #B7B7B7. Windows color (decimal): -9252871 or 16371570. OLE color: 16371570.

HSL color Cylindrical-coordinate representation of color #72CFF9: hue angle of 198.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72CFF9 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114207249-
CMYK0.540.1700.02
HSL198.67º91.84%71.18%-
HSV(B)198.67º54.22%97.65%-
XYZ46.3555.0497.8-
YUV183.98164.6978.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=20%
G=36.32%
B=43.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142072490.540.1700.02198.6791.8471.18
Hex72CFF9361102c75c47
Octal162317371662102307134107
Binary11100101100111111111001110110100010101100011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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