#8BB4FE

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

Shades of Maya Blue #8BB4FE

Tints of Maya Blue #8BB4FE

Color information

#8BB4FE (or 0x8BB4FE) is unknown color: approx Maya Blue. HEX triplet: 8B, B4 and FE. RGB value is (139,180,254). Sum of RGB (Red+Green+Blue) = 139+180+254=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BB4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB4FE is #744B01. Grayscale: #AFAFAF. Windows color (decimal): -7621378 or 16692363. OLE color: 16692363.

HSL color Cylindrical-coordinate representation of color #8BB4FE: hue angle of 218.61º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB4FE is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139180254-
CMYK0.450.2900.00
HSL218.61º98.29%77.06%-
HSV(B)218.61º45.28%99.61%-
XYZ44.8645.29100.14-
YUV176.18171.92101.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.26%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=24.26%
G=31.41%
B=44.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391802540.450.2900.00218.6198.2977.06
Hex8BB4FE2D1D00db624d
Octal213264376553500333142115
Binary10001011101101001111111010110111101001101101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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