#83b0ff

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

Shades of Maya Blue #83B0FF

Tints of Maya Blue #83B0FF

Color information

#83B0FF (or 0x83B0FF) is unknown color: approx Maya Blue. HEX triplet: 83, B0 and FF. RGB value is (131,176,255). Sum of RGB (Red+Green+Blue) = 131+176+255=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #83B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83B0FF is #7C4F00. Grayscale: #ABABAB. Windows color (decimal): -8146689 or 16756867. OLE color: 16756867.

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

Color convert

RGB131176255-
CMYK0.490.3100
HSL218.23º100%75.69%-
HSV(B)218.23º48.63%100%-
XYZ42.9443.1100.66-
YUV171.55175.0999.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.31%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 255 (100% from 255) = 45.37%
R=23.31%
G=31.32%
B=45.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311762550.490.3100218.2310075.69
Hex83B0FF311F00da644c
Octal203260377613700332144114
Binary10000011101100001111111111000111111001101101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83b0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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