Html Css Color HEX #80BDEF Maya Blue

📋 copy color: '#80BDEF'

red 128 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #80BDEF

Tints of Maya Blue #80BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 23.02%
G = 33.99%
B = 42.99%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80BDEF (or 0x80BDEF) is known color: Maya Blue. HEX triplet: 80, BD and EF. RGB value is (128,189,239). Sum of RGB (Red+Green+Blue) = 128+189+239=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #80BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDEF is #7F4210. Grayscale: #B0B0B0. Windows color (decimal): -8339985 or 15711616. OLE color: 15711616.

HSL color Cylindrical-coordinate representation of color #80BDEF: hue angle of 207.03º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BDEF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 189 239 -
CMYK 0.46 0.21 0 0.06
HSL 207.03º 0.78% 0.72% -
HSV(B) 207.03º 0.46% 0.94% -
XYZ 42.68 47.22 88.53 -
YUV 176.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 128 189 239 0.46 0.21 0 0.06 207.03 0.78 0.72
Hex 80 BD EF 2E 15 0 6 CF 4E 48
Octal 200 275 357 56 25 0 6 317 116 110
Binary 10000000 10111101 11101111 101110 10101 0 110 11001111 1001110 1001000

Color Harmonies of #80BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDEF

Black with #80BDEF

Text Example


Text Example

White with #80BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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