Html Css Color HEX #85BCFF Maya Blue

📋 copy color: '#85BCFF'

red 133 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #85BCFF

Tints of Maya Blue #85BCFF

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 value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85BCFF (or 0x85BCFF) is known color: 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

RGB 133 188 255 -
CMYK 0.48 0.26 0 0
HSL 212.95º 1% 0.76% -
HSV(B) 212.95º 0.48% 1% -
XYZ 45.71 48.17 101.5 -
YUV 179.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 133 188 255 0.48 0.26 0 0 212.95 1 0.76
Hex 85 BC FF 30 1A 0 0 D5 64 4C
Octal 205 274 377 60 32 0 0 325 144 114
Binary 10000101 10111100 11111111 110000 11010 0 0 11010101 1100100 1001100

Color Harmonies of #85BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCFF

Black with #85BCFF

Text Example


Text Example

White with #85BCFF

Text Example


Text Example

HTML Codes & Css Web 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>