Html Css Color HEX #80BAF3 Maya Blue

📋 copy color: '#80BAF3'

red 128 ◦ green 186 ◦ blue 243

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

Shades of Maya Blue #80BAF3

Tints of Maya Blue #80BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 22.98%
G = 33.39%
B = 43.63%

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

#80BAF3 (or 0x80BAF3) is known color: Maya Blue. HEX triplet: 80, BA and F3. RGB value is (128,186,243). Sum of RGB (Red+Green+Blue) = 128+186+243=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #80BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAF3 is #7F450C. Grayscale: #AEAEAE. Windows color (decimal): -8340749 or 15972992. OLE color: 15972992.

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

Color convert

RGB 128 186 243 -
CMYK 0.47 0.23 0 0.05
HSL 209.74º 0.83% 0.73% -
HSV(B) 209.74º 0.47% 0.95% -
XYZ 42.64 46.18 91.46 -
YUV 175.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 128 186 243 0.47 0.23 0 0.05 209.74 0.83 0.73
Hex 80 BA F3 2F 17 0 5 D2 53 49
Octal 200 272 363 57 27 0 5 322 123 111
Binary 10000000 10111010 11110011 101111 10111 0 101 11010010 1010011 1001001

Color Harmonies of #80BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAF3

Black with #80BAF3

Text Example


Text Example

White with #80BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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