#85BBFC

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

Shades of Maya Blue #85BBFC

Tints of Maya Blue #85BBFC

Color information

#85BBFC (or 0x85BBFC) is unknown color: approx Maya Blue. HEX triplet: 85, BB and FC. RGB value is (133,187,252). Sum of RGB (Red+Green+Blue) = 133+187+252=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #85BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBFC is #7A4403. Grayscale: #B1B1B1. Windows color (decimal): -8012804 or 16563077. OLE color: 16563077.

HSL color Cylindrical-coordinate representation of color #85BBFC: hue angle of 212.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BBFC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133187252-
CMYK0.470.2600.01
HSL212.77º95.2%75.49%-
HSV(B)212.77º47.22%98.82%-
XYZ45.0147.5698.9-
YUV178.26169.6195.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.25%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=23.25%
G=32.69%
B=44.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331872520.470.2600.01212.7795.275.49
Hex85BBFC2F1A01d55f4b
Octal205273374573201325137113
Binary10000101101110111111110010111111010011101010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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