#7CB5FD

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

Shades of Maya Blue #7CB5FD

Tints of Maya Blue #7CB5FD

Color information

#7CB5FD (or 0x7CB5FD) is unknown color: approx Maya Blue. HEX triplet: 7C, B5 and FD. RGB value is (124,181,253). Sum of RGB (Red+Green+Blue) = 124+181+253=558 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.22% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CB5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB5FD is #834A02. Grayscale: #ABABAB. Windows color (decimal): -8604163 or 16627068. OLE color: 16627068.

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

Color convert

RGB124181253-
CMYK0.510.2800.01
HSL213.49º96.99%73.92%-
HSV(B)213.49º50.99%99.22%-
XYZ42.5744.4299.26-
YUV172.17173.6293.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.22%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=22.22%
G=32.44%
B=45.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1241812530.510.2800.01213.4996.9973.92
Hex7CB5FD331C01d5614a
Octal174265375633401325141112
Binary1111100101101011111110111001111100011101010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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