#7FBCF4

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

Shades of Maya Blue #7FBCF4

Tints of Maya Blue #7FBCF4

Color information

#7FBCF4 (or 0x7FBCF4) is unknown color: approx Maya Blue. HEX triplet: 7F, BC and F4. RGB value is (127,188,244). Sum of RGB (Red+Green+Blue) = 127+188+244=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #7FBCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBCF4 is #80430B. Grayscale: #AFAFAF. Windows color (decimal): -8405772 or 16039039. OLE color: 16039039.

HSL color Cylindrical-coordinate representation of color #7FBCF4: hue angle of 208.72º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FBCF4 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127188244-
CMYK0.480.2300.04
HSL208.72º84.17%72.75%-
HSV(B)208.72º47.95%95.69%-
XYZ43.0647.0192.39-
YUV176.14166.2992.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.72%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 244 (95.70% from 255) = 43.65%
R=22.72%
G=33.63%
B=43.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271882440.480.2300.04208.7284.1772.75
Hex7FBCF4301704d15449
Octal177274364602704321124111
Binary111111110111100111101001100001011101001101000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,244); }

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

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

 a { background-color: rgb(127,188,244); }

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

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

 span { border-color: rgb(127,188,244); }

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