#83BBFA

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

Shades of Maya Blue #83BBFA

Tints of Maya Blue #83BBFA

Color information

#83BBFA (or 0x83BBFA) is unknown color: approx Maya Blue. HEX triplet: 83, BB and FA. RGB value is (131,187,250). Sum of RGB (Red+Green+Blue) = 131+187+250=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #83BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBFA is #7C4405. Grayscale: #B1B1B1. Windows color (decimal): -8143878 or 16432003. OLE color: 16432003.

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

Color convert

RGB131187250-
CMYK0.480.2500.02
HSL211.76º92.25%74.71%-
HSV(B)211.76º47.6%98.04%-
XYZ44.3947.2797.23-
YUV177.44168.9594.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.06%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=23.06%
G=32.92%
B=44.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311872500.480.2500.02211.7692.2574.71
Hex83BBFA301902d45c4b
Octal203273372603102324134113
Binary100000111011101111111010110000110010101101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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