Html Css Color HEX #80C1FE Maya Blue

📋 copy color: '#80C1FE'

red 128 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #80C1FE

Tints of Maya Blue #80C1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 22.26%
G = 33.57%
B = 44.17%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80C1FE (or 0x80C1FE) is known color: Maya Blue. HEX triplet: 80, C1 and FE. RGB value is (128,193,254). Sum of RGB (Red+Green+Blue) = 128+193+254=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C1FE is #7F3E01. Grayscale: #B4B4B4. Windows color (decimal): -8338946 or 16695680. OLE color: 16695680.

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

Color convert

RGB 128 193 254 -
CMYK 0.50 0.24 0 0.00
HSL 209.05º 0.98% 0.75% -
HSV(B) 209.05º 0.5% 1% -
XYZ 45.86 49.88 100.98 -
YUV 180.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 128 193 254 0.50 0.24 0 0.00 209.05 0.98 0.75
Hex 80 C1 FE 32 18 0 0 D1 62 4B
Octal 200 301 376 62 30 0 0 321 142 113
Binary 10000000 11000001 11111110 110010 11000 0 0 11010001 1100010 1001011

Color Harmonies of #80C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C1FE

Black with #80C1FE

Text Example


Text Example

White with #80C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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