#83B0FE

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

Shades of Maya Blue #83B0FE

Tints of Maya Blue #83B0FE

Color information

#83B0FE (or 0x83B0FE) is unknown color: approx Maya Blue. HEX triplet: 83, B0 and FE. RGB value is (131,176,254). Sum of RGB (Red+Green+Blue) = 131+176+254=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #83B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83B0FE is #7C4F01. Grayscale: #ABABAB. Windows color (decimal): -8146690 or 16691331. OLE color: 16691331.

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

Color convert

RGB131176254-
CMYK0.480.3100.00
HSL218.05º98.4%75.49%-
HSV(B)218.05º48.43%99.61%-
XYZ42.7743.0399.82-
YUV171.44174.5999.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.35%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=23.35%
G=31.37%
B=45.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311762540.480.3100.00218.0598.475.49
Hex83B0FE301F00da624b
Octal203260376603700332142113
Binary10000011101100001111111011000011111001101101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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