#83BDFA

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

Shades of Maya Blue #83BDFA

Tints of Maya Blue #83BDFA

Color information

#83BDFA (or 0x83BDFA) is unknown color: approx Maya Blue. HEX triplet: 83, BD and FA. RGB value is (131,189,250). Sum of RGB (Red+Green+Blue) = 131+189+250=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #83BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BDFA is #7C4205. Grayscale: #B2B2B2. Windows color (decimal): -8143366 or 16432515. OLE color: 16432515.

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

Color convert

RGB131189250-
CMYK0.480.2400.02
HSL210.76º92.25%74.71%-
HSV(B)210.76º47.6%98.04%-
XYZ44.8148.1297.37-
YUV178.61168.2894.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.98%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=22.98%
G=33.16%
B=43.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311892500.480.2400.02210.7692.2574.71
Hex83BDFA301802d35c4b
Octal203275372603002323134113
Binary100000111011110111111010110000110000101101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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