#83BEFD

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

Shades of Maya Blue #83BEFD

Tints of Maya Blue #83BEFD

Color information

#83BEFD (or 0x83BEFD) is unknown color: approx Maya Blue. HEX triplet: 83, BE and FD. RGB value is (131,190,253). Sum of RGB (Red+Green+Blue) = 131+190+253=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #83BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BEFD is #7C4102. Grayscale: #B3B3B3. Windows color (decimal): -8143107 or 16629379. OLE color: 16629379.

HSL color Cylindrical-coordinate representation of color #83BEFD: hue angle of 210.98º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83BEFD is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131190253-
CMYK0.480.2500.01
HSL210.98º96.83%75.29%-
HSV(B)210.98º48.22%99.22%-
XYZ45.548.7499.94-
YUV179.54169.4593.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.82%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=22.82%
G=33.10%
B=44.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311902530.480.2500.01210.9896.8375.29
Hex83BEFD301901d3614b
Octal203276375603101323141113
Binary10000011101111101111110111000011001011101001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,190,253); }

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

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

 a { background-color: rgb(131,190,253); }

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

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

 span { border-color: rgb(131,190,253); }

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