#83BCF6

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

Shades of Maya Blue #83BCF6

Tints of Maya Blue #83BCF6

Color information

#83BCF6 (or 0x83BCF6) is unknown color: approx Maya Blue. HEX triplet: 83, BC and F6. RGB value is (131,188,246). Sum of RGB (Red+Green+Blue) = 131+188+246=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #83BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCF6 is #7C4309. Grayscale: #B1B1B1. Windows color (decimal): -8143626 or 16170115. OLE color: 16170115.

HSL color Cylindrical-coordinate representation of color #83BCF6: hue angle of 210.26º degrees, saturation: 0.86, 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 #83BCF6 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131188246-
CMYK0.470.2400.04
HSL210.26º86.47%73.92%-
HSV(B)210.26º46.75%96.47%-
XYZ43.9847.4594.03-
YUV177.57166.6294.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.19%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=23.19%
G=33.27%
B=43.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311882460.470.2400.04210.2686.4773.92
Hex83BCF62F1804d2564a
Octal203274366573004322126112
Binary1000001110111100111101101011111100001001101001010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,188,246); }

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

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

 a { background-color: rgb(131,188,246); }

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

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

 span { border-color: rgb(131,188,246); }

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