#8BB4FA

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

Shades of Maya Blue #8BB4FA

Tints of Maya Blue #8BB4FA

Color information

#8BB4FA (or 0x8BB4FA) is unknown color: approx Maya Blue. HEX triplet: 8B, B4 and FA. RGB value is (139,180,250). Sum of RGB (Red+Green+Blue) = 139+180+250=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB4FA is #744B05. Grayscale: #AFAFAF. Windows color (decimal): -7621382 or 16430219. OLE color: 16430219.

HSL color Cylindrical-coordinate representation of color #8BB4FA: hue angle of 217.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB4FA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139180250-
CMYK0.440.2800.02
HSL217.84º91.74%76.27%-
HSV(B)217.84º44.4%98.04%-
XYZ44.2245.0396.8-
YUV175.72169.92101.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.43%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=24.43%
G=31.63%
B=43.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391802500.440.2800.02217.8491.7476.27
Hex8BB4FA2C1C02da5c4c
Octal213264372543402332134114
Binary100010111011010011111010101100111000101101101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB4FA; }

 p { color: rgb(139,180,250); }

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

<style>
 a { background-color: #8BB4FA; }

 a { background-color: rgb(139,180,250); }

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

<style>
 span { border-color: #8BB4FA; }

 span { border-color: rgb(139,180,250); }

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