Html Css Color HEX #80BBED Maya Blue

📋 copy color: '#80BBED'

red 128 ◦ green 187 ◦ blue 237

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

Shades of Maya Blue #80BBED

Tints of Maya Blue #80BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.88%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 23.19%
G = 33.88%
B = 42.93%

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

#80BBED (or 0x80BBED) is known color: Maya Blue. HEX triplet: 80, BB and ED. RGB value is (128,187,237). Sum of RGB (Red+Green+Blue) = 128+187+237=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #80BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBED is #7F4412. Grayscale: #AEAEAE. Windows color (decimal): -8340499 or 15580032. OLE color: 15580032.

HSL color Cylindrical-coordinate representation of color #80BBED: hue angle of 207.52º degrees, saturation: 0.75, 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 #80BBED is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 187 237 -
CMYK 0.46 0.21 0 0.07
HSL 207.52º 0.75% 0.72% -
HSV(B) 207.52º 0.46% 0.93% -
XYZ 41.96 46.24 86.84 -
YUV 175.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 128 187 237 0.46 0.21 0 0.07 207.52 0.75 0.72
Hex 80 BB ED 2E 15 0 7 D0 4B 48
Octal 200 273 355 56 25 0 7 320 113 110
Binary 10000000 10111011 11101101 101110 10101 0 111 11010000 1001011 1001000

Color Harmonies of #80BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBED

Black with #80BBED

Text Example


Text Example

White with #80BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,237); }

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

background-color css

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

 a { background-color: rgb(128,187,237); }

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

border-color css

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

 span { border-color: rgb(128,187,237); }

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