#8BB5FA

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

Shades of Maya Blue #8BB5FA

Tints of Maya Blue #8BB5FA

Color information

#8BB5FA (or 0x8BB5FA) is unknown color: approx Maya Blue. HEX triplet: 8B, B5 and FA. RGB value is (139,181,250). Sum of RGB (Red+Green+Blue) = 139+181+250=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB5FA is #744A05. Grayscale: #AFAFAF. Windows color (decimal): -7621126 or 16430475. OLE color: 16430475.

HSL color Cylindrical-coordinate representation of color #8BB5FA: hue angle of 217.3º 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 #8BB5FA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139181250-
CMYK0.440.2800.02
HSL217.3º91.74%76.27%-
HSV(B)217.3º44.4%98.04%-
XYZ44.4345.4496.87-
YUV176.31169.59101.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.39%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=24.39%
G=31.75%
B=43.86%

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
Decimal1391812500.440.2800.02217.391.7476.27
Hex8BB5FA2C1C02d95c4c
Octal213265372543402331134114
Binary100010111011010111111010101100111000101101100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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