Html Css Color HEX #85BAF0 Maya Blue

📋 copy color: '#85BAF0'

red 133 ◦ green 186 ◦ blue 240

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

Shades of Maya Blue #85BAF0

Tints of Maya Blue #85BAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.27%

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 23.79%
G = 33.27%
B = 42.93%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85BAF0 (or 0x85BAF0) is known color: Maya Blue. HEX triplet: 85, BA and F0. RGB value is (133,186,240). Sum of RGB (Red+Green+Blue) = 133+186+240=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #85BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAF0 is #7A450F. Grayscale: #B0B0B0. Windows color (decimal): -8013072 or 15776389. OLE color: 15776389.

HSL color Cylindrical-coordinate representation of color #85BAF0: hue angle of 210.28º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BAF0 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 186 240 -
CMYK 0.45 0.22 0 0.06
HSL 210.28º 0.78% 0.73% -
HSV(B) 210.28º 0.45% 0.94% -
XYZ 42.96 46.4 89.13 -
YUV 176.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 133 186 240 0.45 0.22 0 0.06 210.28 0.78 0.73
Hex 85 BA F0 2D 16 0 6 D2 4E 49
Octal 205 272 360 55 26 0 6 322 116 111
Binary 10000101 10111010 11110000 101101 10110 0 110 11010010 1001110 1001001

Color Harmonies of #85BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAF0

Black with #85BAF0

Text Example


Text Example

White with #85BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,240); }

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

background-color css

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

 a { background-color: rgb(133,186,240); }

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

border-color css

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

 span { border-color: rgb(133,186,240); }

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