Html Css Color HEX #80BFF2 Maya Blue

📋 copy color: '#80BFF2'

red 128 ◦ green 191 ◦ blue 242

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

Shades of Maya Blue #80BFF2

Tints of Maya Blue #80BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 22.82%
G = 34.05%
B = 43.14%

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

#80BFF2 (or 0x80BFF2) is known color: Maya Blue. HEX triplet: 80, BF and F2. RGB value is (128,191,242). Sum of RGB (Red+Green+Blue) = 128+191+242=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #80BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFF2 is #7F400D. Grayscale: #B1B1B1. Windows color (decimal): -8339470 or 15908736. OLE color: 15908736.

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

Color convert

RGB 128 191 242 -
CMYK 0.47 0.21 0 0.05
HSL 206.84º 0.81% 0.73% -
HSV(B) 206.84º 0.47% 0.95% -
XYZ 43.56 48.26 91.02 -
YUV 177.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 128 191 242 0.47 0.21 0 0.05 206.84 0.81 0.73
Hex 80 BF F2 2F 15 0 5 CF 51 49
Octal 200 277 362 57 25 0 5 317 121 111
Binary 10000000 10111111 11110010 101111 10101 0 101 11001111 1010001 1001001

Color Harmonies of #80BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFF2

Black with #80BFF2

Text Example


Text Example

White with #80BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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