#83ADFF

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

Shades of Maya Blue #83ADFF

Tints of Maya Blue #83ADFF

Color information

#83ADFF (or 0x83ADFF) is unknown color: approx Maya Blue. HEX triplet: 83, AD and FF. RGB value is (131,173,255). Sum of RGB (Red+Green+Blue) = 131+173+255=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #83ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ADFF is #7C5200. Grayscale: #A9A9A9. Windows color (decimal): -8147457 or 16756099. OLE color: 16756099.

HSL color Cylindrical-coordinate representation of color #83ADFF: hue angle of 219.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83ADFF is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131173255-
CMYK0.490.3200
HSL219.68º100%75.69%-
HSV(B)219.68º48.63%100%-
XYZ42.3541.93100.47-
YUV169.79176.09100.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.43%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 255 (100% from 255) = 45.62%
R=23.43%
G=30.95%
B=45.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311732550.490.3200219.6810075.69
Hex83ADFF312000dc644c
Octal203255377614000334144114
Binary100000111010110111111111110001100000001101110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,173,255); }

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

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

 a { background-color: rgb(131,173,255); }

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

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

 span { border-color: rgb(131,173,255); }

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