Html Css Color HEX #80BFF1 Maya Blue

📋 copy color: '#80BFF1'

red 128 ◦ green 191 ◦ blue 241

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

Shades of Maya Blue #80BFF1

Tints of Maya Blue #80BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 34.11%

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

R = 22.86%
G = 34.11%
B = 43.04%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80BFF1 (or 0x80BFF1) is known color: Maya Blue. HEX triplet: 80, BF and F1. RGB value is (128,191,241). Sum of RGB (Red+Green+Blue) = 128+191+241=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFF1 is #7F400E. Grayscale: #B1B1B1. Windows color (decimal): -8339471 or 15843200. OLE color: 15843200.

HSL color Cylindrical-coordinate representation of color #80BFF1: hue angle of 206.55º 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 #80BFF1 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 191 241 -
CMYK 0.47 0.21 0 0.05
HSL 206.55º 0.8% 0.72% -
HSV(B) 206.55º 0.47% 0.95% -
XYZ 43.41 48.2 90.23 -
YUV 177.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 128 191 241 0.47 0.21 0 0.05 206.55 0.8 0.72
Hex 80 BF F1 2F 15 0 5 CF 50 48
Octal 200 277 361 57 25 0 5 317 120 110
Binary 10000000 10111111 11110001 101111 10101 0 101 11001111 1010000 1001000

Color Harmonies of #80BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFF1

Black with #80BFF1

Text Example


Text Example

White with #80BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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