#7CB3FF

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

Shades of Maya Blue #7CB3FF

Tints of Maya Blue #7CB3FF

Color information

#7CB3FF (or 0x7CB3FF) is unknown color: approx Maya Blue. HEX triplet: 7C, B3 and FF. RGB value is (124,179,255). Sum of RGB (Red+Green+Blue) = 124+179+255=558 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.22% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB3FF is #834C00. Grayscale: #AAAAAA. Windows color (decimal): -8604673 or 16757628. OLE color: 16757628.

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

Color convert

RGB124179255-
CMYK0.510.3000
HSL214.81º100%74.31%-
HSV(B)214.81º51.37%100%-
XYZ42.4843.75100.81-
YUV171.22175.2894.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.22%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 255 (100% from 255) = 45.70%
R=22.22%
G=32.08%
B=45.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241792550.510.3000214.8110074.31
Hex7CB3FF331E00d7644a
Octal174263377633600327144112
Binary1111100101100111111111111001111110001101011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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