#7FBBF9

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

Shades of Maya Blue #7FBBF9

Tints of Maya Blue #7FBBF9

Color information

#7FBBF9 (or 0x7FBBF9) is unknown color: approx Maya Blue. HEX triplet: 7F, BB and F9. RGB value is (127,187,249). Sum of RGB (Red+Green+Blue) = 127+187+249=563 (74% of max value = 765). Red value is 127 (50% from 255 or 22.56% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #7FBBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBBF9 is #804406. Grayscale: #AFAFAF. Windows color (decimal): -8406023 or 16366463. OLE color: 16366463.

HSL color Cylindrical-coordinate representation of color #7FBBF9: hue angle of 210.49º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FBBF9 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127187249-
CMYK0.490.2500.02
HSL210.49º91.04%73.73%-
HSV(B)210.49º49%97.65%-
XYZ43.6246.8996.37-
YUV176.13169.1292.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.56%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=22.56%
G=33.21%
B=44.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271872490.490.2500.02210.4991.0473.73
Hex7FBBF9311902d25b4a
Octal177273371613102322133112
Binary11111111011101111111001110001110010101101001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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