#8BB4FB

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

Shades of Maya Blue #8BB4FB

Tints of Maya Blue #8BB4FB

Color information

#8BB4FB (or 0x8BB4FB) is unknown color: approx Maya Blue. HEX triplet: 8B, B4 and FB. RGB value is (139,180,251). Sum of RGB (Red+Green+Blue) = 139+180+251=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB4FB is #744B04. Grayscale: #AFAFAF. Windows color (decimal): -7621381 or 16495755. OLE color: 16495755.

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

Color convert

RGB139180251-
CMYK0.450.2800.02
HSL218.04º93.33%76.47%-
HSV(B)218.04º44.62%98.43%-
XYZ44.3845.197.63-
YUV175.84170.42101.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.39%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=24.39%
G=31.58%
B=44.04%

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
Decimal1391802510.450.2800.02218.0493.3376.47
Hex8BB4FB2D1C02da5d4c
Octal213264373553402332135114
Binary100010111011010011111011101101111000101101101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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