Html Css Color HEX #80C3FE Maya Blue

📋 copy color: '#80C3FE'

red 128 ◦ green 195 ◦ blue 254

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

Shades of Maya Blue #80C3FE

Tints of Maya Blue #80C3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

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

R = 22.18%
G = 33.8%
B = 44.02%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80C3FE (or 0x80C3FE) is known color: Maya Blue. HEX triplet: 80, C3 and FE. RGB value is (128,195,254). Sum of RGB (Red+Green+Blue) = 128+195+254=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C3FE is #7F3C01. Grayscale: #B5B5B5. Windows color (decimal): -8338434 or 16696192. OLE color: 16696192.

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

Color convert

RGB 128 195 254 -
CMYK 0.50 0.23 0 0.00
HSL 208.1º 0.98% 0.75% -
HSV(B) 208.1º 0.5% 1% -
XYZ 46.31 50.78 101.13 -
YUV 181.69 168.8 89.7 -
System Red Green Blue C M Y K H S L
Decimal 128 195 254 0.50 0.23 0 0.00 208.1 0.98 0.75
Hex 80 C3 FE 32 17 0 0 D0 62 4B
Octal 200 303 376 62 27 0 0 320 142 113
Binary 10000000 11000011 11111110 110010 10111 0 0 11010000 1100010 1001011

Color Harmonies of #80C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C3FE

Black with #80C3FE

Text Example


Text Example

White with #80C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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