#8BB5FB

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

Shades of Maya Blue #8BB5FB

Tints of Maya Blue #8BB5FB

Color information

#8BB5FB (or 0x8BB5FB) is unknown color: approx Maya Blue. HEX triplet: 8B, B5 and FB. RGB value is (139,181,251). Sum of RGB (Red+Green+Blue) = 139+181+251=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB5FB is #744A04. Grayscale: #B0B0B0. Windows color (decimal): -7621125 or 16496011. OLE color: 16496011.

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

Color convert

RGB139181251-
CMYK0.450.2800.02
HSL217.5º93.33%76.47%-
HSV(B)217.5º44.62%98.43%-
XYZ44.5845.597.7-
YUV176.42170.09101.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.34%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=24.34%
G=31.70%
B=43.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391812510.450.2800.02217.593.3376.47
Hex8BB5FB2D1C02da5d4c
Octal213265373553402332135114
Binary100010111011010111111011101101111000101101101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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