Html Css Color HEX #80BFFE Maya Blue

📋 copy color: '#80BFFE'

red 128 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #80BFFE

Tints of Maya Blue #80BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 22.34%
G = 33.33%
B = 44.33%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80BFFE (or 0x80BFFE) is known color: Maya Blue. HEX triplet: 80, BF and FE. RGB value is (128,191,254). Sum of RGB (Red+Green+Blue) = 128+191+254=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #80BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFFE is #7F4001. Grayscale: #B3B3B3. Windows color (decimal): -8339458 or 16695168. OLE color: 16695168.

HSL color Cylindrical-coordinate representation of color #80BFFE: hue angle of 210º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BFFE is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 191 254 -
CMYK 0.50 0.25 0 0.00
HSL 210º 0.98% 0.75% -
HSV(B) 210º 0.5% 1% -
XYZ 45.42 49.01 100.83 -
YUV 179.35 170.13 91.38 -
System Red Green Blue C M Y K H S L
Decimal 128 191 254 0.50 0.25 0 0.00 210 0.98 0.75
Hex 80 BF FE 32 19 0 0 D2 62 4B
Octal 200 277 376 62 31 0 0 322 142 113
Binary 10000000 10111111 11111110 110010 11001 0 0 11010010 1100010 1001011

Color Harmonies of #80BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFFE

Black with #80BFFE

Text Example


Text Example

White with #80BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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