Html Css Color HEX #83BFFE Maya Blue

📋 copy color: '#83BFFE'

red 131 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #83BFFE

Tints of Maya Blue #83BFFE

RGB

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

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

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

R = 22.74%
G = 33.16%
B = 44.1%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83BFFE (or 0x83BFFE) is known color: Maya Blue. HEX triplet: 83, BF and FE. RGB value is (131,191,254). Sum of RGB (Red+Green+Blue) = 131+191+254=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #83BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFFE is #7C4001. Grayscale: #B3B3B3. Windows color (decimal): -8142850 or 16695171. OLE color: 16695171.

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

Color convert

RGB 131 191 254 -
CMYK 0.48 0.25 0 0.00
HSL 210.73º 0.98% 0.75% -
HSV(B) 210.73º 0.48% 1% -
XYZ 45.88 49.24 100.85 -
YUV 180.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 131 191 254 0.48 0.25 0 0.00 210.73 0.98 0.75
Hex 83 BF FE 30 19 0 0 D3 62 4B
Octal 203 277 376 60 31 0 0 323 142 113
Binary 10000011 10111111 11111110 110000 11001 0 0 11010011 1100010 1001011

Color Harmonies of #83BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFFE

Black with #83BFFE

Text Example


Text Example

White with #83BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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