#7FBFFF

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

Shades of Maya Blue #7FBFFF

Tints of Maya Blue #7FBFFF

Color information

#7FBFFF (or 0x7FBFFF) is unknown color: approx Maya Blue. HEX triplet: 7F, BF and FF. RGB value is (127,191,255). Sum of RGB (Red+Green+Blue) = 127+191+255=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBFFF is #804000. Grayscale: #B2B2B2. Windows color (decimal): -8404993 or 16760703. OLE color: 16760703.

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

Color convert

RGB127191255-
CMYK0.500.2500
HSL210º100%74.9%-
HSV(B)210º50.2%100%-
XYZ45.4348.99101.67-
YUV179.16170.890.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.16%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 44.50%
R=22.16%
G=33.33%
B=44.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271912550.500.250021010074.9
Hex7FBFFF321900d2644b
Octal177277377623100322144113
Binary1111111101111111111111111001011001001101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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