#8BB3FF

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

Shades of Maya Blue #8BB3FF

Tints of Maya Blue #8BB3FF

Color information

#8BB3FF (or 0x8BB3FF) is unknown color: approx Maya Blue. HEX triplet: 8B, B3 and FF. RGB value is (139,179,255). Sum of RGB (Red+Green+Blue) = 139+179+255=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB3FF is #744C00. Grayscale: #AFAFAF. Windows color (decimal): -7621633 or 16757643. OLE color: 16757643.

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

Color convert

RGB139179255-
CMYK0.450.3000
HSL219.31º100%77.25%-
HSV(B)219.31º45.49%100%-
XYZ44.8244.95100.92-
YUV175.7172.75101.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.26%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 255 (100% from 255) = 44.50%
R=24.26%
G=31.24%
B=44.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1391792550.450.3000219.3110077.25
Hex8BB3FF2D1E00db644d
Octal213263377553600333144115
Binary10001011101100111111111110110111110001101101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,179,255); }

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

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

 a { background-color: rgb(139,179,255); }

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

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

 span { border-color: rgb(139,179,255); }

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