Html Css Color HEX #80C1FA Maya Blue

📋 copy color: '#80C1FA'

red 128 ◦ green 193 ◦ blue 250

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

Shades of Maya Blue #80C1FA

Tints of Maya Blue #80C1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 22.42%
G = 33.8%
B = 43.78%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80C1FA (or 0x80C1FA) is known color: Maya Blue. HEX triplet: 80, C1 and FA. RGB value is (128,193,250). Sum of RGB (Red+Green+Blue) = 128+193+250=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #80C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C1FA is #7F3E05. Grayscale: #B3B3B3. Windows color (decimal): -8338950 or 16433536. OLE color: 16433536.

HSL color Cylindrical-coordinate representation of color #80C1FA: hue angle of 208.03º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C1FA is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 193 250 -
CMYK 0.49 0.23 0 0.02
HSL 208.03º 0.92% 0.74% -
HSV(B) 208.03º 0.49% 0.98% -
XYZ 45.23 49.63 97.64 -
YUV 180.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 128 193 250 0.49 0.23 0 0.02 208.03 0.92 0.74
Hex 80 C1 FA 31 17 0 2 D0 5C 4A
Octal 200 301 372 61 27 0 2 320 134 112
Binary 10000000 11000001 11111010 110001 10111 0 10 11010000 1011100 1001010

Color Harmonies of #80C1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C1FA

Black with #80C1FA

Text Example


Text Example

White with #80C1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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