#7FBAFF

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

Shades of Maya Blue #7FBAFF

Tints of Maya Blue #7FBAFF

Color information

#7FBAFF (or 0x7FBAFF) is unknown color: approx Maya Blue. HEX triplet: 7F, BA and FF. RGB value is (127,186,255). Sum of RGB (Red+Green+Blue) = 127+186+255=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBAFF is #804500. Grayscale: #AFAFAF. Windows color (decimal): -8406273 or 16759423. OLE color: 16759423.

HSL color Cylindrical-coordinate representation of color #7FBAFF: hue angle of 212.34º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FBAFF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB127186255-
CMYK0.500.2700
HSL212.34º100%74.9%-
HSV(B)212.34º50.2%100%-
XYZ44.3646.85101.31-
YUV176.22172.4592.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.36%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 255 (100% from 255) = 44.89%
R=22.36%
G=32.75%
B=44.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271862550.500.2700212.3410074.9
Hex7FBAFF321B00d4644b
Octal177272377623300324144113
Binary1111111101110101111111111001011011001101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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