#7CB4FD

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

Shades of Maya Blue #7CB4FD

Tints of Maya Blue #7CB4FD

Color information

#7CB4FD (or 0x7CB4FD) is unknown color: approx Maya Blue. HEX triplet: 7C, B4 and FD. RGB value is (124,180,253). Sum of RGB (Red+Green+Blue) = 124+180+253=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CB4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB4FD is #834B02. Grayscale: #ABABAB. Windows color (decimal): -8604419 or 16626812. OLE color: 16626812.

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

Color convert

RGB124180253-
CMYK0.510.2900.01
HSL213.95º96.99%73.92%-
HSV(B)213.95º50.99%99.22%-
XYZ42.3644.0299.19-
YUV171.58173.9594.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.26%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=22.26%
G=32.32%
B=45.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1241802530.510.2900.01213.9596.9973.92
Hex7CB4FD331D01d6614a
Octal174264375633501326141112
Binary1111100101101001111110111001111101011101011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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