#82C1FD

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

Shades of Maya Blue #82C1FD

Tints of Maya Blue #82C1FD

Color information

#82C1FD (or 0x82C1FD) is unknown color: approx Maya Blue. HEX triplet: 82, C1 and FD. RGB value is (130,193,253). Sum of RGB (Red+Green+Blue) = 130+193+253=576 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.57% from 576); Green value is 193 (75.78% from 255 or 33.51% 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 #82C1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C1FD is #7D3E02. Grayscale: #B4B4B4. Windows color (decimal): -8207875 or 16630146. OLE color: 16630146.

HSL color Cylindrical-coordinate representation of color #82C1FD: hue angle of 209.27º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C1FD is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB130193253-
CMYK0.490.2400.01
HSL209.27º96.85%75.1%-
HSV(B)209.27º48.62%99.22%-
XYZ46.0149.98100.15-
YUV181168.6391.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.57%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=22.57%
G=33.51%
B=43.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1301932530.490.2400.01209.2796.8575.1
Hex82C1FD311801d1614b
Octal202301375613001321141113
Binary10000010110000011111110111000111000011101000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82C1FD; }

 p { color: rgb(130,193,253); }

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

<style>
 a { background-color: #82C1FD; }

 a { background-color: rgb(130,193,253); }

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

<style>
 span { border-color: #82C1FD; }

 span { border-color: rgb(130,193,253); }

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