#7CB6FD

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

Shades of Maya Blue #7CB6FD

Tints of Maya Blue #7CB6FD

Color information

#7CB6FD (or 0x7CB6FD) is unknown color: approx Maya Blue. HEX triplet: 7C, B6 and FD. RGB value is (124,182,253). Sum of RGB (Red+Green+Blue) = 124+182+253=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CB6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB6FD is #834902. Grayscale: #ACACAC. Windows color (decimal): -8603907 or 16627324. OLE color: 16627324.

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

Color convert

RGB124182253-
CMYK0.510.2800.01
HSL213.02º96.99%73.92%-
HSV(B)213.02º50.99%99.22%-
XYZ42.7744.8399.33-
YUV172.75173.2893.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.18%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=22.18%
G=32.56%
B=45.26%

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
Decimal1241822530.510.2800.01213.0296.9973.92
Hex7CB6FD331C01d5614a
Octal174266375633401325141112
Binary1111100101101101111110111001111100011101010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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