Html Css Color HEX #85B8FE Maya Blue

📋 copy color: '#85B8FE'

red 133 ◦ green 184 ◦ blue 254

#85B8FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #85B8FE

Tints of Maya Blue #85B8FE

RGB

 RED value IS 133 (52.34% from 255) = 23.29%

 GREEN value IS 184 (72.27% from 255) = 32.22%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 23.29%
G = 32.22%
B = 44.48%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85B8FE (or 0x85B8FE) is known color: Maya Blue. HEX triplet: 85, B8 and FE. RGB value is (133,184,254). Sum of RGB (Red+Green+Blue) = 133+184+254=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #85B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B8FE is #7A4701. Grayscale: #B0B0B0. Windows color (decimal): -8013570 or 16693381. OLE color: 16693381.

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

Color convert

RGB 133 184 254 -
CMYK 0.48 0.28 0 0.00
HSL 214.71º 0.98% 0.76% -
HSV(B) 214.71º 0.48% 1% -
XYZ 44.7 46.42 100.37 -
YUV 176.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 133 184 254 0.48 0.28 0 0.00 214.71 0.98 0.76
Hex 85 B8 FE 30 1C 0 0 D7 62 4C
Octal 205 270 376 60 34 0 0 327 142 114
Binary 10000101 10111000 11111110 110000 11100 0 0 11010111 1100010 1001100

Color Harmonies of #85B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B8FE

Black with #85B8FE

Text Example


Text Example

White with #85B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,254); }

 H1.HeaderClassName
 {
   color: #85B8FE;
 }
 .AnyTagClassName
 {
   color: #85B8FE;
 }
</style>

background-color css

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

 a { background-color: rgb(133,184,254); }

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

border-color css

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

 span { border-color: rgb(133,184,254); }

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