Html Css Color HEX #85BAFC Maya Blue

📋 copy color: '#85BAFC'

red 133 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #85BAFC

Tints of Maya Blue #85BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.13%

R = 23.29%
G = 32.57%
B = 44.13%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85BAFC (or 0x85BAFC) is known color: Maya Blue. HEX triplet: 85, BA and FC. RGB value is (133,186,252). Sum of RGB (Red+Green+Blue) = 133+186+252=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #85BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAFC is #7A4503. Grayscale: #B1B1B1. Windows color (decimal): -8013060 or 16562821. OLE color: 16562821.

HSL color Cylindrical-coordinate representation of color #85BAFC: hue angle of 213.28º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BAFC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 186 252 -
CMYK 0.47 0.26 0 0.01
HSL 213.28º 0.95% 0.75% -
HSV(B) 213.28º 0.47% 0.99% -
XYZ 44.8 47.13 98.83 -
YUV 177.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 133 186 252 0.47 0.26 0 0.01 213.28 0.95 0.75
Hex 85 BA FC 2F 1A 0 1 D5 5F 4B
Octal 205 272 374 57 32 0 1 325 137 113
Binary 10000101 10111010 11111100 101111 11010 0 1 11010101 1011111 1001011

Color Harmonies of #85BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAFC

Black with #85BAFC

Text Example


Text Example

White with #85BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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