Html Css Color HEX #80BAF1 Maya Blue

📋 copy color: '#80BAF1'

red 128 ◦ green 186 ◦ blue 241

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

Shades of Maya Blue #80BAF1

Tints of Maya Blue #80BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.51%

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 23.06%
G = 33.51%
B = 43.42%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80BAF1 (or 0x80BAF1) is known color: Maya Blue. HEX triplet: 80, BA and F1. RGB value is (128,186,241). Sum of RGB (Red+Green+Blue) = 128+186+241=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAF1 is #7F450E. Grayscale: #AEAEAE. Windows color (decimal): -8340751 or 15841920. OLE color: 15841920.

HSL color Cylindrical-coordinate representation of color #80BAF1: hue angle of 209.2º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BAF1 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 186 241 -
CMYK 0.47 0.23 0 0.05
HSL 209.2º 0.8% 0.72% -
HSV(B) 209.2º 0.47% 0.95% -
XYZ 42.34 46.06 89.88 -
YUV 174.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 128 186 241 0.47 0.23 0 0.05 209.2 0.8 0.72
Hex 80 BA F1 2F 17 0 5 D1 50 48
Octal 200 272 361 57 27 0 5 321 120 110
Binary 10000000 10111010 11110001 101111 10111 0 101 11010001 1010000 1001000

Color Harmonies of #80BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAF1

Black with #80BAF1

Text Example


Text Example

White with #80BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,241); }

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

background-color css

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

 a { background-color: rgb(128,186,241); }

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

border-color css

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

 span { border-color: rgb(128,186,241); }

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