#81C2FC

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

Shades of Maya Blue #81C2FC

Tints of Maya Blue #81C2FC

Color information

#81C2FC (or 0x81C2FC) is unknown color: approx Maya Blue. HEX triplet: 81, C2 and FC. RGB value is (129,194,252). Sum of RGB (Red+Green+Blue) = 129+194+252=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #81C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C2FC is #7E3D03. Grayscale: #B4B4B4. Windows color (decimal): -8273156 or 16564865. OLE color: 16564865.

HSL color Cylindrical-coordinate representation of color #81C2FC: hue angle of 208.29º degrees, saturation: 0.95, 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 #81C2FC is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129194252-
CMYK0.490.2300.01
HSL208.29º95.35%74.71%-
HSV(B)208.29º48.81%98.82%-
XYZ45.9250.2899.38-
YUV181.18167.9790.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.43%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=22.43%
G=33.74%
B=43.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291942520.490.2300.01208.2995.3574.71
Hex81C2FC311701d05f4b
Octal201302374612701320137113
Binary10000001110000101111110011000110111011101000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81C2FC; }

 p { color: rgb(129,194,252); }

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

<style>
 a { background-color: #81C2FC; }

 a { background-color: rgb(129,194,252); }

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

<style>
 span { border-color: #81C2FC; }

 span { border-color: rgb(129,194,252); }

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