#72C4FC

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

Shades of Maya Blue #72C4FC

Tints of Maya Blue #72C4FC

Color information

#72C4FC (or 0x72C4FC) is unknown color: approx Maya Blue. HEX triplet: 72, C4 and FC. RGB value is (114,196,252). Sum of RGB (Red+Green+Blue) = 114+196+252=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #72C4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C4FC is #8D3B03. Grayscale: #B1B1B1. Windows color (decimal): -9255684 or 16565362. OLE color: 16565362.

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

Color convert

RGB114196252-
CMYK0.550.2200.01
HSL204.35º95.83%71.76%-
HSV(B)204.35º54.76%98.82%-
XYZ44.2550.0999.43-
YUV177.87169.8382.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.28%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=20.28%
G=34.88%
B=44.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141962520.550.2200.01204.3595.8371.76
Hex72C4FC371601cc6048
Octal162304374672601314140110
Binary1110010110001001111110011011110110011100110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,196,252); }

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

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

 a { background-color: rgb(114,196,252); }

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

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

 span { border-color: rgb(114,196,252); }

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