Html Css Color HEX #83BAFA Maya Blue

📋 copy color: '#83BAFA'

red 131 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #83BAFA

Tints of Maya Blue #83BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 23.1%
G = 32.8%
B = 44.09%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83BAFA (or 0x83BAFA) is known color: Maya Blue. HEX triplet: 83, BA and FA. RGB value is (131,186,250). Sum of RGB (Red+Green+Blue) = 131+186+250=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #83BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BAFA is #7C4505. Grayscale: #B0B0B0. Windows color (decimal): -8144134 or 16431747. OLE color: 16431747.

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

Color convert

RGB 131 186 250 -
CMYK 0.48 0.26 0 0.02
HSL 212.27º 0.92% 0.75% -
HSV(B) 212.27º 0.48% 0.98% -
XYZ 44.17 46.85 97.16 -
YUV 176.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 131 186 250 0.48 0.26 0 0.02 212.27 0.92 0.75
Hex 83 BA FA 30 1A 0 2 D4 5C 4B
Octal 203 272 372 60 32 0 2 324 134 113
Binary 10000011 10111010 11111010 110000 11010 0 10 11010100 1011100 1001011

Color Harmonies of #83BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BAFA

Black with #83BAFA

Text Example


Text Example

White with #83BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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