Html Css Color HEX #80C0FE Maya Blue

📋 copy color: '#80C0FE'

red 128 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #80C0FE

Tints of Maya Blue #80C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.45%

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

R = 22.3%
G = 33.45%
B = 44.25%

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

#80C0FE (or 0x80C0FE) is known color: Maya Blue. HEX triplet: 80, C0 and FE. RGB value is (128,192,254). Sum of RGB (Red+Green+Blue) = 128+192+254=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0FE is #7F3F01. Grayscale: #B3B3B3. Windows color (decimal): -8339202 or 16695424. OLE color: 16695424.

HSL color Cylindrical-coordinate representation of color #80C0FE: hue angle of 209.52º 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 #80C0FE is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 192 254 -
CMYK 0.50 0.24 0 0.00
HSL 209.52º 0.98% 0.75% -
HSV(B) 209.52º 0.5% 1% -
XYZ 45.64 49.44 100.9 -
YUV 179.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 128 192 254 0.50 0.24 0 0.00 209.52 0.98 0.75
Hex 80 C0 FE 32 18 0 0 D2 62 4B
Octal 200 300 376 62 30 0 0 322 142 113
Binary 10000000 11000000 11111110 110010 11000 0 0 11010010 1100010 1001011

Color Harmonies of #80C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C0FE

Black with #80C0FE

Text Example


Text Example

White with #80C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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