#72C2FE

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

Shades of Maya Blue #72C2FE

Tints of Maya Blue #72C2FE

Color information

#72C2FE (or 0x72C2FE) is unknown color: approx Maya Blue. HEX triplet: 72, C2 and FE. RGB value is (114,194,254). Sum of RGB (Red+Green+Blue) = 114+194+254=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #72C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C2FE is #8D3D01. Grayscale: #B0B0B0. Windows color (decimal): -9256194 or 16695922. OLE color: 16695922.

HSL color Cylindrical-coordinate representation of color #72C2FE: hue angle of 205.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C2FE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB114194254-
CMYK0.550.2400.00
HSL205.71º98.59%72.16%-
HSV(B)205.71º55.12%99.61%-
XYZ44.1249.32100.96-
YUV176.92171.583.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.28%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=20.28%
G=34.52%
B=45.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1141942540.550.2400.00205.7198.5972.16
Hex72C2FE371800ce6348
Octal162302376673000316143110
Binary1110010110000101111111011011111000001100111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,194,254); }

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

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

 a { background-color: rgb(114,194,254); }

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

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

 span { border-color: rgb(114,194,254); }

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