#83bbf7

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

Shades of Maya Blue #83BBF7

Tints of Maya Blue #83BBF7

Color information

#83BBF7 (or 0x83BBF7) is unknown color: approx Maya Blue. HEX triplet: 83, BB and F7. RGB value is (131,187,247). Sum of RGB (Red+Green+Blue) = 131+187+247=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #83BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBF7 is #7C4408. Grayscale: #B0B0B0. Windows color (decimal): -8143881 or 16235395. OLE color: 16235395.

HSL color Cylindrical-coordinate representation of color #83BBF7: hue angle of 211.03º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BBF7 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB131187247-
CMYK0.470.2400.03
HSL211.03º87.88%74.12%-
HSV(B)211.03º46.96%96.86%-
XYZ43.9247.0894.77-
YUV177.1167.4595.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.19%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 247 (96.88% from 255) = 43.72%
R=23.19%
G=33.10%
B=43.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1311872470.470.2400.03211.0387.8874.12
Hex83BBF72F1803d3584a
Octal203273367573003323130112
Binary100000111011101111110111101111110000111101001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83bbf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,187,247); }

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

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

 a { background-color: rgb(131,187,247); }

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

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

 span { border-color: rgb(131,187,247); }

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