#83B9FA

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

Shades of Maya Blue #83B9FA

Tints of Maya Blue #83B9FA

Color information

#83B9FA (or 0x83B9FA) is unknown color: approx Maya Blue. HEX triplet: 83, B9 and FA. RGB value is (131,185,250). Sum of RGB (Red+Green+Blue) = 131+185+250=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #83B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B9FA is #7C4605. Grayscale: #AFAFAF. Windows color (decimal): -8144390 or 16431491. OLE color: 16431491.

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

Color convert

RGB131185250-
CMYK0.480.2600.02
HSL212.77º92.25%74.71%-
HSV(B)212.77º47.6%98.04%-
XYZ43.9646.4397.09-
YUV176.26169.6195.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.14%
GREEN value IS 185 (72.66% from 255) = 32.69%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=23.14%
G=32.69%
B=44.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311852500.480.2600.02212.7792.2574.71
Hex83B9FA301A02d55c4b
Octal203271372603202325134113
Binary100000111011100111111010110000110100101101010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,250); }

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

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

 a { background-color: rgb(131,185,250); }

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

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

 span { border-color: rgb(131,185,250); }

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