#7FBFEE

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

Shades of Maya Blue #7FBFEE

Tints of Maya Blue #7FBFEE

Color information

#7FBFEE (or 0x7FBFEE) is unknown color: approx Maya Blue. HEX triplet: 7F, BF and EE. RGB value is (127,191,238). Sum of RGB (Red+Green+Blue) = 127+191+238=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FBFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBFEE is #804011. Grayscale: #B0B0B0. Windows color (decimal): -8405010 or 15646591. OLE color: 15646591.

HSL color Cylindrical-coordinate representation of color #7FBFEE: hue angle of 205.41º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FBFEE is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127191238-
CMYK0.470.2000.07
HSL205.41º76.55%71.57%-
HSV(B)205.41º46.64%93.33%-
XYZ42.8247.9587.89-
YUV177.22162.392.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.84%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=22.84%
G=34.35%
B=42.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271912380.470.2000.07205.4176.5571.57
Hex7FBFEE2F1407cd4d48
Octal177277356572407315115110
Binary111111110111111111011101011111010001111100110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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