#85BCFF

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

Shades of Maya Blue #85BCFF

Tints of Maya Blue #85BCFF

Color information

#85BCFF (or 0x85BCFF) is unknown color: approx Maya Blue. HEX triplet: 85, BC and FF. RGB value is (133,188,255). Sum of RGB (Red+Green+Blue) = 133+188+255=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 188 (73.83% from 255 or 32.64% 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 #85BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCFF is #7A4300. Grayscale: #B2B2B2. Windows color (decimal): -8012545 or 16759941. OLE color: 16759941.

HSL color Cylindrical-coordinate representation of color #85BCFF: hue angle of 212.95º 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 #85BCFF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133188255-
CMYK0.480.2600
HSL212.95º100%76.08%-
HSV(B)212.95º47.84%100%-
XYZ45.7148.17101.5-
YUV179.19170.7895.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.09%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 255 (100% from 255) = 44.27%
R=23.09%
G=32.64%
B=44.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331882550.480.2600212.9510076.08
Hex85BCFF301A00d5644c
Octal205274377603200325144114
Binary10000101101111001111111111000011010001101010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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