Html Css Color HEX #80BCFD Maya Blue

📋 copy color: '#80BCFD'

red 128 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #80BCFD

Tints of Maya Blue #80BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 22.5%
G = 33.04%
B = 44.46%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80BCFD (or 0x80BCFD) is known color: Maya Blue. HEX triplet: 80, BC and FD. RGB value is (128,188,253). Sum of RGB (Red+Green+Blue) = 128+188+253=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #80BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCFD is #7F4302. Grayscale: #B1B1B1. Windows color (decimal): -8340227 or 16628864. OLE color: 16628864.

HSL color Cylindrical-coordinate representation of color #80BCFD: hue angle of 211.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BCFD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 188 253 -
CMYK 0.49 0.26 0 0.01
HSL 211.2º 0.97% 0.75% -
HSV(B) 211.2º 0.49% 0.99% -
XYZ 44.61 47.65 99.77 -
YUV 177.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 128 188 253 0.49 0.26 0 0.01 211.2 0.97 0.75
Hex 80 BC FD 31 1A 0 1 D3 61 4B
Octal 200 274 375 61 32 0 1 323 141 113
Binary 10000000 10111100 11111101 110001 11010 0 1 11010011 1100001 1001011

Color Harmonies of #80BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCFD

Black with #80BCFD

Text Example


Text Example

White with #80BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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