#7CB6FF

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

Shades of Maya Blue #7CB6FF

Tints of Maya Blue #7CB6FF

Color information

#7CB6FF (or 0x7CB6FF) is unknown color: approx Maya Blue. HEX triplet: 7C, B6 and FF. RGB value is (124,182,255). Sum of RGB (Red+Green+Blue) = 124+182+255=561 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.10% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB6FF is #834900. Grayscale: #ACACAC. Windows color (decimal): -8603905 or 16758396. OLE color: 16758396.

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

Color convert

RGB124182255-
CMYK0.510.2900
HSL213.44º100%74.31%-
HSV(B)213.44º51.37%100%-
XYZ43.0944.96101.01-
YUV172.98174.2893.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.10%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 255 (100% from 255) = 45.45%
R=22.10%
G=32.44%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241822550.510.2900213.4410074.31
Hex7CB6FF331D00d5644a
Octal174266377633500325144112
Binary1111100101101101111111111001111101001101010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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