#7CBAFF

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

Shades of Maya Blue #7CBAFF

Tints of Maya Blue #7CBAFF

Color information

#7CBAFF (or 0x7CBAFF) is unknown color: approx Maya Blue. HEX triplet: 7C, BA and FF. RGB value is (124,186,255). Sum of RGB (Red+Green+Blue) = 124+186+255=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBAFF is #834500. Grayscale: #AEAEAE. Windows color (decimal): -8602881 or 16759420. OLE color: 16759420.

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

Color convert

RGB124186255-
CMYK0.510.2700
HSL211.6º100%74.31%-
HSV(B)211.6º51.37%100%-
XYZ43.9246.62101.29-
YUV175.33172.9691.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.95%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 255 (100% from 255) = 45.13%
R=21.95%
G=32.92%
B=45.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241862550.510.2700211.610074.31
Hex7CBAFF331B00d4644a
Octal174272377633300324144112
Binary1111100101110101111111111001111011001101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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