Html Css Color HEX #80BAF8 Maya Blue

📋 copy color: '#80BAF8'

red 128 ◦ green 186 ◦ blue 248

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

Shades of Maya Blue #80BAF8

Tints of Maya Blue #80BAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.13%

R = 22.78%
G = 33.1%
B = 44.13%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#80BAF8 (or 0x80BAF8) is known color: Maya Blue. HEX triplet: 80, BA and F8. RGB value is (128,186,248). Sum of RGB (Red+Green+Blue) = 128+186+248=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #80BAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAF8 is #7F4507. Grayscale: #AFAFAF. Windows color (decimal): -8340744 or 16300672. OLE color: 16300672.

HSL color Cylindrical-coordinate representation of color #80BAF8: hue angle of 211º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BAF8 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 186 248 -
CMYK 0.48 0.25 0 0.03
HSL 211º 0.9% 0.74% -
HSV(B) 211º 0.48% 0.97% -
XYZ 43.4 46.48 95.49 -
YUV 175.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 128 186 248 0.48 0.25 0 0.03 211 0.9 0.74
Hex 80 BA F8 30 19 0 3 D3 5A 4A
Octal 200 272 370 60 31 0 3 323 132 112
Binary 10000000 10111010 11111000 110000 11001 0 11 11010011 1011010 1001010

Color Harmonies of #80BAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAF8

Black with #80BAF8

Text Example


Text Example

White with #80BAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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