Html Css Color HEX #83BAFE Maya Blue

📋 copy color: '#83BAFE'

red 131 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #83BAFE

Tints of Maya Blue #83BAFE

RGB

 RED value IS 131 (51.56% from 255) = 22.94%

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

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 22.94%
G = 32.57%
B = 44.48%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83BAFE (or 0x83BAFE) is known color: Maya Blue. HEX triplet: 83, BA and FE. RGB value is (131,186,254). Sum of RGB (Red+Green+Blue) = 131+186+254=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #83BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BAFE is #7C4501. Grayscale: #B0B0B0. Windows color (decimal): -8144130 or 16693891. OLE color: 16693891.

HSL color Cylindrical-coordinate representation of color #83BAFE: hue angle of 213.17º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83BAFE is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 186 254 -
CMYK 0.48 0.27 0 0.00
HSL 213.17º 0.98% 0.75% -
HSV(B) 213.17º 0.48% 1% -
XYZ 44.81 47.1 100.5 -
YUV 177.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 131 186 254 0.48 0.27 0 0.00 213.17 0.98 0.75
Hex 83 BA FE 30 1B 0 0 D5 62 4B
Octal 203 272 376 60 33 0 0 325 142 113
Binary 10000011 10111010 11111110 110000 11011 0 0 11010101 1100010 1001011

Color Harmonies of #83BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BAFE

Black with #83BAFE

Text Example


Text Example

White with #83BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BAFE; }

 p { color: rgb(131,186,254); }

 H1.HeaderClassName
 {
   color: #83BAFE;
 }
 .AnyTagClassName
 {
   color: #83BAFE;
 }
</style>

background-color css

<style>
 a { background-color: #83BAFE; }

 a { background-color: rgb(131,186,254); }

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

border-color css

<style>
 span { border-color: #83BAFE; }

 span { border-color: rgb(131,186,254); }

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