#8BB6FF

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

Shades of Maya Blue #8BB6FF

Tints of Maya Blue #8BB6FF

Color information

#8BB6FF (or 0x8BB6FF) is unknown color: approx Maya Blue. HEX triplet: 8B, B6 and FF. RGB value is (139,182,255). Sum of RGB (Red+Green+Blue) = 139+182+255=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BB6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6FF is #744900. Grayscale: #B1B1B1. Windows color (decimal): -7620865 or 16758411. OLE color: 16758411.

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

Color convert

RGB139182255-
CMYK0.450.2900
HSL217.76º100%77.25%-
HSV(B)217.76º45.49%100%-
XYZ45.4346.16101.12-
YUV177.46171.75100.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.13%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 255 (100% from 255) = 44.27%
R=24.13%
G=31.60%
B=44.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1391822550.450.2900217.7610077.25
Hex8BB6FF2D1D00da644d
Octal213266377553500332144115
Binary10001011101101101111111110110111101001101101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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