#7cb1ff

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

Shades of Maya Blue #7CB1FF

Tints of Maya Blue #7CB1FF

Color information

#7CB1FF (or 0x7CB1FF) is unknown color: approx Maya Blue. HEX triplet: 7C, B1 and FF. RGB value is (124,177,255). Sum of RGB (Red+Green+Blue) = 124+177+255=556 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.30% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB1FF is #834E00. Grayscale: #A9A9A9. Windows color (decimal): -8605185 or 16757116. OLE color: 16757116.

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

Color convert

RGB124177255-
CMYK0.510.3100
HSL215.73º100%74.31%-
HSV(B)215.73º51.37%100%-
XYZ42.0842.95100.68-
YUV170.04175.9495.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.30%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 255 (100% from 255) = 45.86%
R=22.30%
G=31.83%
B=45.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241772550.510.3100215.7310074.31
Hex7CB1FF331F00d8644a
Octal174261377633700330144112
Binary1111100101100011111111111001111111001101100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cb1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,255); }

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

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

 a { background-color: rgb(124,177,255); }

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

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

 span { border-color: rgb(124,177,255); }

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