#8BB5FE

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

Shades of Maya Blue #8BB5FE

Tints of Maya Blue #8BB5FE

Color information

#8BB5FE (or 0x8BB5FE) is unknown color: approx Maya Blue. HEX triplet: 8B, B5 and FE. RGB value is (139,181,254). Sum of RGB (Red+Green+Blue) = 139+181+254=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB5FE is #744A01. Grayscale: #B0B0B0. Windows color (decimal): -7621122 or 16692619. OLE color: 16692619.

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

Color convert

RGB139181254-
CMYK0.450.2900.00
HSL218.09º98.29%77.06%-
HSV(B)218.09º45.28%99.61%-
XYZ45.0645.69100.21-
YUV176.76171.59101.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.22%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=24.22%
G=31.53%
B=44.25%

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
Decimal1391812540.450.2900.00218.0998.2977.06
Hex8BB5FE2D1D00da624d
Octal213265376553500332142115
Binary10001011101101011111111010110111101001101101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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