#83BBEF

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

Shades of Maya Blue #83BBEF

Tints of Maya Blue #83BBEF

Color information

#83BBEF (or 0x83BBEF) is unknown color: approx Maya Blue. HEX triplet: 83, BB and EF. RGB value is (131,187,239). Sum of RGB (Red+Green+Blue) = 131+187+239=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #83BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBEF is #7C4410. Grayscale: #AFAFAF. Windows color (decimal): -8143889 or 15711107. OLE color: 15711107.

HSL color Cylindrical-coordinate representation of color #83BBEF: hue angle of 208.89º 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 #83BBEF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131187239-
CMYK0.450.2200.06
HSL208.89º77.14%72.55%-
HSV(B)208.89º45.19%93.73%-
XYZ42.7146.688.4-
YUV176.18163.4595.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.52%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=23.52%
G=33.57%
B=42.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311872390.450.2200.06208.8977.1472.55
Hex83BBEF2D1606d14d49
Octal203273357552606321115111
Binary1000001110111011111011111011011011001101101000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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