#7FBBF5

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

Shades of Maya Blue #7FBBF5

Tints of Maya Blue #7FBBF5

Color information

#7FBBF5 (or 0x7FBBF5) is unknown color: approx Maya Blue. HEX triplet: 7F, BB and F5. RGB value is (127,187,245). Sum of RGB (Red+Green+Blue) = 127+187+245=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #7FBBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBBF5 is #80440A. Grayscale: #AFAFAF. Windows color (decimal): -8406027 or 16104319. OLE color: 16104319.

HSL color Cylindrical-coordinate representation of color #7FBBF5: hue angle of 209.49º degrees, saturation: 0.86, 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 #7FBBF5 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127187245-
CMYK0.480.2400.04
HSL209.49º85.51%72.94%-
HSV(B)209.49º48.16%96.08%-
XYZ4346.6593.12-
YUV175.67167.1293.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.72%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=22.72%
G=33.45%
B=43.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271872450.480.2400.04209.4985.5172.94
Hex7FBBF5301804d15649
Octal177273365603004321126111
Binary111111110111011111101011100001100001001101000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,187,245); }

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

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

 a { background-color: rgb(127,187,245); }

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

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

 span { border-color: rgb(127,187,245); }

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