#83B2FE

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

Shades of Maya Blue #83B2FE

Tints of Maya Blue #83B2FE

Color information

#83B2FE (or 0x83B2FE) is unknown color: approx Maya Blue. HEX triplet: 83, B2 and FE. RGB value is (131,178,254). Sum of RGB (Red+Green+Blue) = 131+178+254=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #83B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83B2FE is #7C4D01. Grayscale: #ACACAC. Windows color (decimal): -8146178 or 16691843. OLE color: 16691843.

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

Color convert

RGB131178254-
CMYK0.480.3000.00
HSL217.07º98.4%75.49%-
HSV(B)217.07º48.43%99.61%-
XYZ43.1743.8299.95-
YUV172.61173.9398.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.27%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=23.27%
G=31.62%
B=45.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311782540.480.3000.00217.0798.475.49
Hex83B2FE301E00d9624b
Octal203262376603600331142113
Binary10000011101100101111111011000011110001101100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,178,254); }

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

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

 a { background-color: rgb(131,178,254); }

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

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

 span { border-color: rgb(131,178,254); }

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