Html Css Color HEX #83BFFF Maya Blue

📋 copy color: '#83BFFF'

red 131 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #83BFFF

Tints of Maya Blue #83BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 22.7%
G = 33.1%
B = 44.19%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83BFFF (or 0x83BFFF) is known color: Maya Blue. HEX triplet: 83, BF and FF. RGB value is (131,191,255). Sum of RGB (Red+Green+Blue) = 131+191+255=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #83BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFFF is #7C4000. Grayscale: #B4B4B4. Windows color (decimal): -8142849 or 16760707. OLE color: 16760707.

HSL color Cylindrical-coordinate representation of color #83BFFF: hue angle of 210.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83BFFF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 191 255 -
CMYK 0.49 0.25 0 0
HSL 210.97º 1% 0.76% -
HSV(B) 210.97º 0.49% 1% -
XYZ 46.04 49.31 101.7 -
YUV 180.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 131 191 255 0.49 0.25 0 0 210.97 1 0.76
Hex 83 BF FF 31 19 0 0 D3 64 4C
Octal 203 277 377 61 31 0 0 323 144 114
Binary 10000011 10111111 11111111 110001 11001 0 0 11010011 1100100 1001100

Color Harmonies of #83BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFFF

Black with #83BFFF

Text Example


Text Example

White with #83BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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