Html Css Color HEX #80BCEE Maya Blue

📋 copy color: '#80BCEE'

red 128 ◦ green 188 ◦ blue 238

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

Shades of Maya Blue #80BCEE

Tints of Maya Blue #80BCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 23.1%
G = 33.94%
B = 42.96%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80BCEE (or 0x80BCEE) is known color: Maya Blue. HEX triplet: 80, BC and EE. RGB value is (128,188,238). Sum of RGB (Red+Green+Blue) = 128+188+238=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #80BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCEE is #7F4311. Grayscale: #AFAFAF. Windows color (decimal): -8340242 or 15645824. OLE color: 15645824.

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

Color convert

RGB 128 188 238 -
CMYK 0.46 0.21 0 0.07
HSL 207.27º 0.76% 0.72% -
HSV(B) 207.27º 0.46% 0.93% -
XYZ 42.32 46.73 87.68 -
YUV 175.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 128 188 238 0.46 0.21 0 0.07 207.27 0.76 0.72
Hex 80 BC EE 2E 15 0 7 CF 4C 48
Octal 200 274 356 56 25 0 7 317 114 110
Binary 10000000 10111100 11101110 101110 10101 0 111 11001111 1001100 1001000

Color Harmonies of #80BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCEE

Black with #80BCEE

Text Example


Text Example

White with #80BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,238); }

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

background-color css

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

 a { background-color: rgb(128,188,238); }

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

border-color css

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

 span { border-color: rgb(128,188,238); }

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