#83B6FB

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

Shades of Maya Blue #83B6FB

Tints of Maya Blue #83B6FB

Color information

#83B6FB (or 0x83B6FB) is unknown color: approx Maya Blue. HEX triplet: 83, B6 and FB. RGB value is (131,182,251). Sum of RGB (Red+Green+Blue) = 131+182+251=564 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.23% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #83B6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B6FB is #7C4904. Grayscale: #AEAEAE. Windows color (decimal): -8145157 or 16496259. OLE color: 16496259.

HSL color Cylindrical-coordinate representation of color #83B6FB: hue angle of 214.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83B6FB is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131182251-
CMYK0.480.2700.02
HSL214.5º93.75%74.9%-
HSV(B)214.5º47.81%98.43%-
XYZ43.545.2597.71-
YUV174.62171.196.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.23%
GREEN value IS 182 (71.48% from 255) = 32.27%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=23.23%
G=32.27%
B=44.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311822510.480.2700.02214.593.7574.9
Hex83B6FB301B02d65e4b
Octal203266373603302326136113
Binary100000111011011011111011110000110110101101011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,182,251); }

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

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

 a { background-color: rgb(131,182,251); }

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

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

 span { border-color: rgb(131,182,251); }

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