#83BFFF

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

Shades of Maya Blue #83BFFF

Tints of Maya Blue #83BFFF

Color information

#83BFFF (or 0x83BFFF) is unknown color: approx Maya Blue. HEX triplet: 83, BF and FF. RGB value is (131,191,255). Sum of RGB (Red+Green+Blue) = 131+191+255=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #83BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFFF is #7C4000. Grayscale: #B4B4B4. Windows color (decimal): -8142849 or 16760707. OLE color: 16760707.

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

Color convert

RGB131191255-
CMYK0.490.2500
HSL210.97º100%75.69%-
HSV(B)210.97º48.63%100%-
XYZ46.0449.31101.7-
YUV180.36170.1292.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.70%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 255 (100% from 255) = 44.19%
R=22.70%
G=33.10%
B=44.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311912550.490.2500210.9710075.69
Hex83BFFF311900d3644c
Octal203277377613100323144114
Binary10000011101111111111111111000111001001101001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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