#83BCF4

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

Shades of Maya Blue #83BCF4

Tints of Maya Blue #83BCF4

Color information

#83BCF4 (or 0x83BCF4) is unknown color: approx Maya Blue. HEX triplet: 83, BC and F4. RGB value is (131,188,244). Sum of RGB (Red+Green+Blue) = 131+188+244=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #83BCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCF4 is #7C430B. Grayscale: #B1B1B1. Windows color (decimal): -8143628 or 16039043. OLE color: 16039043.

HSL color Cylindrical-coordinate representation of color #83BCF4: hue angle of 209.73º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83BCF4 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131188244-
CMYK0.460.2300.04
HSL209.73º83.7%73.53%-
HSV(B)209.73º46.31%95.69%-
XYZ43.6747.3292.42-
YUV177.34165.6294.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.27%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 244 (95.70% from 255) = 43.34%
R=23.27%
G=33.39%
B=43.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311882440.460.2300.04209.7383.773.53
Hex83BCF42E1704d2544a
Octal203274364562704322124112
Binary1000001110111100111101001011101011101001101001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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