Html Css Color HEX #85BAF2 Maya Blue

📋 copy color: '#85BAF2'

red 133 ◦ green 186 ◦ blue 242

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

Shades of Maya Blue #85BAF2

Tints of Maya Blue #85BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 23.71%
G = 33.16%
B = 43.14%

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

#85BAF2 (or 0x85BAF2) is known color: Maya Blue. HEX triplet: 85, BA and F2. RGB value is (133,186,242). Sum of RGB (Red+Green+Blue) = 133+186+242=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #85BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAF2 is #7A450D. Grayscale: #B0B0B0. Windows color (decimal): -8013070 or 15907461. OLE color: 15907461.

HSL color Cylindrical-coordinate representation of color #85BAF2: hue angle of 210.83º degrees, saturation: 0.81, 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 #85BAF2 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 186 242 -
CMYK 0.45 0.23 0 0.05
HSL 210.83º 0.81% 0.74% -
HSV(B) 210.83º 0.45% 0.95% -
XYZ 43.26 46.52 90.7 -
YUV 176.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 133 186 242 0.45 0.23 0 0.05 210.83 0.81 0.74
Hex 85 BA F2 2D 17 0 5 D3 51 4A
Octal 205 272 362 55 27 0 5 323 121 112
Binary 10000101 10111010 11110010 101101 10111 0 101 11010011 1010001 1001010

Color Harmonies of #85BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAF2

Black with #85BAF2

Text Example


Text Example

White with #85BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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