#85BBFA

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

Shades of Maya Blue #85BBFA

Tints of Maya Blue #85BBFA

Color information

#85BBFA (or 0x85BBFA) is unknown color: approx Maya Blue. HEX triplet: 85, BB and FA. RGB value is (133,187,250). Sum of RGB (Red+Green+Blue) = 133+187+250=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #85BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBFA is #7A4405. Grayscale: #B1B1B1. Windows color (decimal): -8012806 or 16432005. OLE color: 16432005.

HSL color Cylindrical-coordinate representation of color #85BBFA: hue angle of 212.31º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BBFA is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133187250-
CMYK0.470.2500.02
HSL212.31º92.13%75.1%-
HSV(B)212.31º46.8%98.04%-
XYZ44.747.4397.24-
YUV178.04168.6195.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.33%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=23.33%
G=32.81%
B=43.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331872500.470.2500.02212.3192.1375.1
Hex85BBFA2F1902d45c4b
Octal205273372573102324134113
Binary100001011011101111111010101111110010101101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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