#80C1FF

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

Shades of Maya Blue #80C1FF

Tints of Maya Blue #80C1FF

Color information

#80C1FF (or 0x80C1FF) is unknown color: approx Maya Blue. HEX triplet: 80, C1 and FF. RGB value is (128,193,255). Sum of RGB (Red+Green+Blue) = 128+193+255=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #80C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C1FF is #7F3E00. Grayscale: #B4B4B4. Windows color (decimal): -8338945 or 16761216. OLE color: 16761216.

HSL color Cylindrical-coordinate representation of color #80C1FF: hue angle of 209.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C1FF is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128193255-
CMYK0.500.2400
HSL209.29º100%75.1%-
HSV(B)209.29º49.8%100%-
XYZ46.0249.95101.82-
YUV180.63169.9790.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.22%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 255 (100% from 255) = 44.27%
R=22.22%
G=33.51%
B=44.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281932550.500.2400209.2910075.1
Hex80C1FF321800d1644b
Octal200301377623000321144113
Binary10000000110000011111111111001011000001101000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80C1FF; }

 p { color: rgb(128,193,255); }

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

<style>
 a { background-color: #80C1FF; }

 a { background-color: rgb(128,193,255); }

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

<style>
 span { border-color: #80C1FF; }

 span { border-color: rgb(128,193,255); }

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