Html Css Color HEX #80B9F1 Maya Blue

📋 copy color: '#80B9F1'

red 128 ◦ green 185 ◦ blue 241

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

Shades of Maya Blue #80B9F1

Tints of Maya Blue #80B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.39%

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

R = 23.1%
G = 33.39%
B = 43.5%

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

#80B9F1 (or 0x80B9F1) is known color: Maya Blue. HEX triplet: 80, B9 and F1. RGB value is (128,185,241). Sum of RGB (Red+Green+Blue) = 128+185+241=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #80B9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B9F1 is #7F460E. Grayscale: #AEAEAE. Windows color (decimal): -8341007 or 15841664. OLE color: 15841664.

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

Color convert

RGB 128 185 241 -
CMYK 0.47 0.23 0 0.05
HSL 209.73º 0.8% 0.72% -
HSV(B) 209.73º 0.47% 0.95% -
XYZ 42.13 45.64 89.81 -
YUV 174.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 128 185 241 0.47 0.23 0 0.05 209.73 0.8 0.72
Hex 80 B9 F1 2F 17 0 5 D2 50 48
Octal 200 271 361 57 27 0 5 322 120 110
Binary 10000000 10111001 11110001 101111 10111 0 101 11010010 1010000 1001000

Color Harmonies of #80B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B9F1

Black with #80B9F1

Text Example


Text Example

White with #80B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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