#85BBFF

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

Shades of Maya Blue #85BBFF

Tints of Maya Blue #85BBFF

Color information

#85BBFF (or 0x85BBFF) is unknown color: approx Maya Blue. HEX triplet: 85, BB and FF. RGB value is (133,187,255). Sum of RGB (Red+Green+Blue) = 133+187+255=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBFF is #7A4400. Grayscale: #B2B2B2. Windows color (decimal): -8012801 or 16759685. OLE color: 16759685.

HSL color Cylindrical-coordinate representation of color #85BBFF: hue angle of 213.44º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BBFF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133187255-
CMYK0.480.2700
HSL213.44º100%76.08%-
HSV(B)213.44º47.84%100%-
XYZ45.4947.75101.43-
YUV178.61171.1195.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.13%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 255 (100% from 255) = 44.35%
R=23.13%
G=32.52%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331872550.480.2700213.4410076.08
Hex85BBFF301B00d5644c
Octal205273377603300325144114
Binary10000101101110111111111111000011011001101010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BBFF; }

 p { color: rgb(133,187,255); }

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

<style>
 a { background-color: #85BBFF; }

 a { background-color: rgb(133,187,255); }

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

<style>
 span { border-color: #85BBFF; }

 span { border-color: rgb(133,187,255); }

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