#83B5FB

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

Shades of Maya Blue #83B5FB

Tints of Maya Blue #83B5FB

Color information

#83B5FB (or 0x83B5FB) is unknown color: approx Maya Blue. HEX triplet: 83, B5 and FB. RGB value is (131,181,251). Sum of RGB (Red+Green+Blue) = 131+181+251=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #83B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B5FB is #7C4A04. Grayscale: #ADADAD. Windows color (decimal): -8145413 or 16496003. OLE color: 16496003.

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

Color convert

RGB131181251-
CMYK0.480.2800.02
HSL215º93.75%74.9%-
HSV(B)215º47.81%98.43%-
XYZ43.344.8497.64-
YUV174.03171.4497.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.27%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=23.27%
G=32.15%
B=44.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311812510.480.2800.0221593.7574.9
Hex83B5FB301C02d75e4b
Octal203265373603402327136113
Binary100000111011010111111011110000111000101101011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,181,251); }

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

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

 a { background-color: rgb(131,181,251); }

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

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

 span { border-color: rgb(131,181,251); }

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