#83BEF5

Color #83BEF5 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #83BEF5

Tints of Maya Blue #83BEF5

Color information

#83BEF5 (or 0x83BEF5) is unknown color: approx Maya Blue. HEX triplet: 83, BE and F5. RGB value is (131,190,245). Sum of RGB (Red+Green+Blue) = 131+190+245=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #83BEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BEF5 is #7C410A. Grayscale: #B2B2B2. Windows color (decimal): -8143115 or 16105091. OLE color: 16105091.

HSL color Cylindrical-coordinate representation of color #83BEF5: hue angle of 208.95º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BEF5 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131190245-
CMYK0.470.2200.04
HSL208.95º85.07%73.73%-
HSV(B)208.95º46.53%96.08%-
XYZ44.2548.2493.37-
YUV178.63165.4594.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.14%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=23.14%
G=33.57%
B=43.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311902450.470.2200.04208.9585.0773.73
Hex83BEF52F1604d1554a
Octal203276365572604321125112
Binary1000001110111110111101011011111011001001101000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83BEF5;
 }
 .AnyTagClassName
 {
   color: #83BEF5;
 }
</style>
background-color css

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

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

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

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

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

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