Html Css Color HEX #85BAF3 Maya Blue

📋 copy color: '#85BAF3'

red 133 ◦ green 186 ◦ blue 243

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

Shades of Maya Blue #85BAF3

Tints of Maya Blue #85BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.24%

R = 23.67%
G = 33.1%
B = 43.24%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85BAF3 (or 0x85BAF3) is known color: Maya Blue. HEX triplet: 85, BA and F3. RGB value is (133,186,243). Sum of RGB (Red+Green+Blue) = 133+186+243=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #85BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAF3 is #7A450C. Grayscale: #B0B0B0. Windows color (decimal): -8013069 or 15972997. OLE color: 15972997.

HSL color Cylindrical-coordinate representation of color #85BAF3: hue angle of 211.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BAF3 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 186 243 -
CMYK 0.45 0.23 0 0.05
HSL 211.09º 0.82% 0.74% -
HSV(B) 211.09º 0.45% 0.95% -
XYZ 43.41 46.58 91.5 -
YUV 176.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 133 186 243 0.45 0.23 0 0.05 211.09 0.82 0.74
Hex 85 BA F3 2D 17 0 5 D3 52 4A
Octal 205 272 363 55 27 0 5 323 122 112
Binary 10000101 10111010 11110011 101101 10111 0 101 11010011 1010010 1001010

Color Harmonies of #85BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAF3

Black with #85BAF3

Text Example


Text Example

White with #85BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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