#7CAFFD

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

Shades of Maya Blue #7CAFFD

Tints of Maya Blue #7CAFFD

Color information

#7CAFFD (or 0x7CAFFD) is unknown color: approx Maya Blue. HEX triplet: 7C, AF and FD. RGB value is (124,175,253). Sum of RGB (Red+Green+Blue) = 124+175+253=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CAFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFFD is #835002. Grayscale: #A8A8A8. Windows color (decimal): -8605699 or 16625532. OLE color: 16625532.

HSL color Cylindrical-coordinate representation of color #7CAFFD: hue angle of 216.28º degrees, saturation: 0.97, 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 #7CAFFD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB124175253-
CMYK0.510.3100.01
HSL216.28º96.99%73.92%-
HSV(B)216.28º50.99%99.22%-
XYZ41.3742.0498.86-
YUV168.64175.696.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.46%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=22.46%
G=31.70%
B=45.83%

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
Decimal1241752530.510.3100.01216.2896.9973.92
Hex7CAFFD331F01d8614a
Octal174257375633701330141112
Binary1111100101011111111110111001111111011101100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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