Html Css Color HEX #80BDEC Maya Blue

📋 copy color: '#80BDEC'

red 128 ◦ green 189 ◦ blue 236

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

Shades of Maya Blue #80BDEC

Tints of Maya Blue #80BDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.18%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 23.15%
G = 34.18%
B = 42.68%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80BDEC (or 0x80BDEC) is known color: Maya Blue. HEX triplet: 80, BD and EC. RGB value is (128,189,236). Sum of RGB (Red+Green+Blue) = 128+189+236=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #80BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDEC is #7F4213. Grayscale: #AFAFAF. Windows color (decimal): -8339988 or 15515008. OLE color: 15515008.

HSL color Cylindrical-coordinate representation of color #80BDEC: hue angle of 206.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BDEC is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 189 236 -
CMYK 0.46 0.20 0 0.07
HSL 206.11º 0.74% 0.71% -
HSV(B) 206.11º 0.46% 0.93% -
XYZ 42.24 47.04 86.21 -
YUV 176.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 128 189 236 0.46 0.20 0 0.07 206.11 0.74 0.71
Hex 80 BD EC 2E 14 0 7 CE 4A 47
Octal 200 275 354 56 24 0 7 316 112 107
Binary 10000000 10111101 11101100 101110 10100 0 111 11001110 1001010 1000111

Color Harmonies of #80BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDEC

Black with #80BDEC

Text Example


Text Example

White with #80BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,236); }

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

background-color css

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

 a { background-color: rgb(128,189,236); }

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

border-color css

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

 span { border-color: rgb(128,189,236); }

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