Html Css Color HEX #83BFFA Maya Blue

📋 copy color: '#83BFFA'

red 131 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #83BFFA

Tints of Maya Blue #83BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 33.39%

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

R = 22.9%
G = 33.39%
B = 43.71%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83BFFA (or 0x83BFFA) is known color: Maya Blue. HEX triplet: 83, BF and FA. RGB value is (131,191,250). Sum of RGB (Red+Green+Blue) = 131+191+250=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #83BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFFA is #7C4005. Grayscale: #B3B3B3. Windows color (decimal): -8142854 or 16433027. OLE color: 16433027.

HSL color Cylindrical-coordinate representation of color #83BFFA: hue angle of 209.75º 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 #83BFFA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 191 250 -
CMYK 0.48 0.24 0 0.02
HSL 209.75º 0.92% 0.75% -
HSV(B) 209.75º 0.48% 0.98% -
XYZ 45.25 48.99 97.51 -
YUV 179.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 131 191 250 0.48 0.24 0 0.02 209.75 0.92 0.75
Hex 83 BF FA 30 18 0 2 D2 5C 4B
Octal 203 277 372 60 30 0 2 322 134 113
Binary 10000011 10111111 11111010 110000 11000 0 10 11010010 1011100 1001011

Color Harmonies of #83BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFFA

Black with #83BFFA

Text Example


Text Example

White with #83BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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