#83BEEF

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

Shades of Maya Blue #83BEEF

Tints of Maya Blue #83BEEF

Color information

#83BEEF (or 0x83BEEF) is unknown color: approx Maya Blue. HEX triplet: 83, BE and EF. RGB value is (131,190,239). Sum of RGB (Red+Green+Blue) = 131+190+239=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #83BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BEEF is #7C4110. Grayscale: #B1B1B1. Windows color (decimal): -8143121 or 15711875. OLE color: 15711875.

HSL color Cylindrical-coordinate representation of color #83BEEF: hue angle of 207.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BEEF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131190239-
CMYK0.450.2100.06
HSL207.22º77.14%72.55%-
HSV(B)207.22º45.19%93.73%-
XYZ43.3547.8888.62-
YUV177.94162.4594.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.39%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=23.39%
G=33.93%
B=42.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311902390.450.2100.06207.2277.1472.55
Hex83BEEF2D1506cf4d49
Octal203276357552506317115111
Binary1000001110111110111011111011011010101101100111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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