#83AFFD

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

Shades of Maya Blue #83AFFD

Tints of Maya Blue #83AFFD

Color information

#83AFFD (or 0x83AFFD) is unknown color: approx Maya Blue. HEX triplet: 83, AF and FD. RGB value is (131,175,253). Sum of RGB (Red+Green+Blue) = 131+175+253=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #83AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AFFD is #7C5002. Grayscale: #AAAAAA. Windows color (decimal): -8146947 or 16625539. OLE color: 16625539.

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

Color convert

RGB131175253-
CMYK0.480.3100.01
HSL218.36º96.83%75.29%-
HSV(B)218.36º48.22%99.22%-
XYZ42.4242.5898.91-
YUV170.74174.4299.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.43%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=23.43%
G=31.31%
B=45.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311752530.480.3100.01218.3696.8375.29
Hex83AFFD301F01da614b
Octal203257375603701332141113
Binary10000011101011111111110111000011111011101101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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