Html Css Color HEX #80C1EF Maya Blue

📋 copy color: '#80C1EF'

red 128 ◦ green 193 ◦ blue 239

#80C1EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #80C1EF

Tints of Maya Blue #80C1EF

RGB

 RED value IS 128 (50.39% from 255) = 22.86%

 GREEN value IS 193 (75.78% from 255) = 34.46%

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 22.86%
G = 34.46%
B = 42.68%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80C1EF (or 0x80C1EF) is known color: Maya Blue. HEX triplet: 80, C1 and EF. RGB value is (128,193,239). Sum of RGB (Red+Green+Blue) = 128+193+239=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #80C1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C1EF is #7F3E10. Grayscale: #B2B2B2. Windows color (decimal): -8338961 or 15712640. OLE color: 15712640.

HSL color Cylindrical-coordinate representation of color #80C1EF: hue angle of 204.86º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C1EF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 193 239 -
CMYK 0.46 0.19 0 0.06
HSL 204.86º 0.78% 0.72% -
HSV(B) 204.86º 0.46% 0.94% -
XYZ 43.55 48.96 88.82 -
YUV 178.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 128 193 239 0.46 0.19 0 0.06 204.86 0.78 0.72
Hex 80 C1 EF 2E 13 0 6 CD 4E 48
Octal 200 301 357 56 23 0 6 315 116 110
Binary 10000000 11000001 11101111 101110 10011 0 110 11001101 1001110 1001000

Color Harmonies of #80C1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C1EF

Black with #80C1EF

Text Example


Text Example

White with #80C1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80C1EF;
 }
 .AnyTagClassName
 {
   color: #80C1EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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