Html Css Color HEX #80C0FB Maya Blue

📋 copy color: '#80C0FB'

red 128 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #80C0FB

Tints of Maya Blue #80C0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 22.42%
G = 33.63%
B = 43.96%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80C0FB (or 0x80C0FB) is known color: Maya Blue. HEX triplet: 80, C0 and FB. RGB value is (128,192,251). Sum of RGB (Red+Green+Blue) = 128+192+251=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #80C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0FB is #7F3F04. Grayscale: #B3B3B3. Windows color (decimal): -8339205 or 16498816. OLE color: 16498816.

HSL color Cylindrical-coordinate representation of color #80C0FB: hue angle of 208.78º degrees, saturation: 0.94, 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 #80C0FB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 192 251 -
CMYK 0.49 0.24 0 0.02
HSL 208.78º 0.94% 0.74% -
HSV(B) 208.78º 0.49% 0.98% -
XYZ 45.16 49.25 98.39 -
YUV 179.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 128 192 251 0.49 0.24 0 0.02 208.78 0.94 0.74
Hex 80 C0 FB 31 18 0 2 D1 5E 4A
Octal 200 300 373 61 30 0 2 321 136 112
Binary 10000000 11000000 11111011 110001 11000 0 10 11010001 1011110 1001010

Color Harmonies of #80C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C0FB

Black with #80C0FB

Text Example


Text Example

White with #80C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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