#83bcf0

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

Shades of Maya Blue #83BCF0

Tints of Maya Blue #83BCF0

Color information

#83BCF0 (or 0x83BCF0) is unknown color: approx Maya Blue. HEX triplet: 83, BC and F0. RGB value is (131,188,240). Sum of RGB (Red+Green+Blue) = 131+188+240=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #83BCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCF0 is #7C430F. Grayscale: #B0B0B0. Windows color (decimal): -8143632 or 15776899. OLE color: 15776899.

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

Color convert

RGB131188240-
CMYK0.450.2200.06
HSL208.62º78.42%72.75%-
HSV(B)208.62º45.42%94.12%-
XYZ43.0747.0889.26-
YUV176.88163.6295.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.43%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=23.43%
G=33.63%
B=42.93%

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
Decimal1311882400.450.2200.06208.6278.4272.75
Hex83BCF02D1606d14e49
Octal203274360552606321116111
Binary1000001110111100111100001011011011001101101000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83bcf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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