#83B1FE

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

Shades of Maya Blue #83B1FE

Tints of Maya Blue #83B1FE

Color information

#83B1FE (or 0x83B1FE) is unknown color: approx Maya Blue. HEX triplet: 83, B1 and FE. RGB value is (131,177,254). Sum of RGB (Red+Green+Blue) = 131+177+254=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #83B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83B1FE is #7C4E01. Grayscale: #ABABAB. Windows color (decimal): -8146434 or 16691587. OLE color: 16691587.

HSL color Cylindrical-coordinate representation of color #83B1FE: hue angle of 217.56º 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 #83B1FE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131177254-
CMYK0.480.3000.00
HSL217.56º98.4%75.49%-
HSV(B)217.56º48.43%99.61%-
XYZ42.9743.4399.88-
YUV172.02174.2698.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.31%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=23.31%
G=31.49%
B=45.20%

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
Decimal1311772540.480.3000.00217.5698.475.49
Hex83B1FE301E00da624b
Octal203261376603600332142113
Binary10000011101100011111111011000011110001101101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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