Html Css Color HEX #85BCFB Maya Blue

📋 copy color: '#85BCFB'

red 133 ◦ green 188 ◦ blue 251

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

Shades of Maya Blue #85BCFB

Tints of Maya Blue #85BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 23.25%
G = 32.87%
B = 43.88%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#85BCFB (or 0x85BCFB) is known color: Maya Blue. HEX triplet: 85, BC and FB. RGB value is (133,188,251). Sum of RGB (Red+Green+Blue) = 133+188+251=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #85BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCFB is #7A4304. Grayscale: #B2B2B2. Windows color (decimal): -8012549 or 16497797. OLE color: 16497797.

HSL color Cylindrical-coordinate representation of color #85BCFB: hue angle of 212.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BCFB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 188 251 -
CMYK 0.47 0.25 0 0.02
HSL 212.03º 0.94% 0.75% -
HSV(B) 212.03º 0.47% 0.98% -
XYZ 45.07 47.92 98.14 -
YUV 178.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 133 188 251 0.47 0.25 0 0.02 212.03 0.94 0.75
Hex 85 BC FB 2F 19 0 2 D4 5E 4B
Octal 205 274 373 57 31 0 2 324 136 113
Binary 10000101 10111100 11111011 101111 11001 0 10 11010100 1011110 1001011

Color Harmonies of #85BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCFB

Black with #85BCFB

Text Example


Text Example

White with #85BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,251); }

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

background-color css

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

 a { background-color: rgb(133,188,251); }

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

border-color css

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

 span { border-color: rgb(133,188,251); }

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