#85B6F8

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

Shades of Maya Blue #85B6F8

Tints of Maya Blue #85B6F8

Color information

#85B6F8 (or 0x85B6F8) is unknown color: approx Maya Blue. HEX triplet: 85, B6 and F8. RGB value is (133,182,248). Sum of RGB (Red+Green+Blue) = 133+182+248=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #85B6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B6F8 is #7A4907. Grayscale: #AEAEAE. Windows color (decimal): -8014088 or 16299653. OLE color: 16299653.

HSL color Cylindrical-coordinate representation of color #85B6F8: hue angle of 214.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85B6F8 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133182248-
CMYK0.460.2700.03
HSL214.43º89.15%74.71%-
HSV(B)214.43º46.37%97.25%-
XYZ43.3445.2295.25-
YUV174.87169.2798.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=23.62%
G=32.33%
B=44.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1331822480.460.2700.03214.4389.1574.71
Hex85B6F82E1B03d6594b
Octal205266370563303326131113
Binary100001011011011011111000101110110110111101011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,182,248); }

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

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

 a { background-color: rgb(133,182,248); }

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

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

 span { border-color: rgb(133,182,248); }

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