#83C0FD

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

Shades of Maya Blue #83C0FD

Tints of Maya Blue #83C0FD

Color information

#83C0FD (or 0x83C0FD) is unknown color: approx Maya Blue. HEX triplet: 83, C0 and FD. RGB value is (131,192,253). Sum of RGB (Red+Green+Blue) = 131+192+253=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #83C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0FD is #7C3F02. Grayscale: #B4B4B4. Windows color (decimal): -8142595 or 16629891. OLE color: 16629891.

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

Color convert

RGB131192253-
CMYK0.480.2400.01
HSL210º96.83%75.29%-
HSV(B)210º48.22%99.22%-
XYZ45.9449.62100.08-
YUV180.72168.7992.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.74%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=22.74%
G=33.33%
B=43.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311922530.480.2400.0121096.8375.29
Hex83C0FD301801d2614b
Octal203300375603001322141113
Binary10000011110000001111110111000011000011101001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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