Html Css Color HEX #83BEFE Maya Blue

📋 copy color: '#83BEFE'

red 131 ◦ green 190 ◦ blue 254

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

Shades of Maya Blue #83BEFE

Tints of Maya Blue #83BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.04%

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

R = 22.78%
G = 33.04%
B = 44.17%

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

#83BEFE (or 0x83BEFE) is known color: Maya Blue. HEX triplet: 83, BE and FE. RGB value is (131,190,254). Sum of RGB (Red+Green+Blue) = 131+190+254=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #83BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BEFE is #7C4101. Grayscale: #B3B3B3. Windows color (decimal): -8143106 or 16694915. OLE color: 16694915.

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

Color convert

RGB 131 190 254 -
CMYK 0.48 0.25 0 0.00
HSL 211.22º 0.98% 0.75% -
HSV(B) 211.22º 0.48% 1% -
XYZ 45.66 48.81 100.78 -
YUV 179.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 131 190 254 0.48 0.25 0 0.00 211.22 0.98 0.75
Hex 83 BE FE 30 19 0 0 D3 62 4B
Octal 203 276 376 60 31 0 0 323 142 113
Binary 10000011 10111110 11111110 110000 11001 0 0 11010011 1100010 1001011

Color Harmonies of #83BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BEFE

Black with #83BEFE

Text Example


Text Example

White with #83BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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