#7CAFFC

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

Shades of Maya Blue #7CAFFC

Tints of Maya Blue #7CAFFC

Color information

#7CAFFC (or 0x7CAFFC) is unknown color: approx Maya Blue. HEX triplet: 7C, AF and FC. RGB value is (124,175,252). Sum of RGB (Red+Green+Blue) = 124+175+252=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFFC is #835003. Grayscale: #A8A8A8. Windows color (decimal): -8605700 or 16559996. OLE color: 16559996.

HSL color Cylindrical-coordinate representation of color #7CAFFC: hue angle of 216.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CAFFC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB124175252-
CMYK0.510.3100.01
HSL216.09º95.52%73.73%-
HSV(B)216.09º50.79%98.82%-
XYZ41.2141.9798.02-
YUV168.53175.196.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.50%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=22.50%
G=31.76%
B=45.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1241752520.510.3100.01216.0995.5273.73
Hex7CAFFC331F01d8604a
Octal174257374633701330140112
Binary1111100101011111111110011001111111011101100011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAFFC; }

 p { color: rgb(124,175,252); }

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

<style>
 a { background-color: #7CAFFC; }

 a { background-color: rgb(124,175,252); }

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

<style>
 span { border-color: #7CAFFC; }

 span { border-color: rgb(124,175,252); }

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