Html Css Color HEX #80B2FC Maya Blue

📋 copy color: '#80B2FC'

red 128 ◦ green 178 ◦ blue 252

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

Shades of Maya Blue #80B2FC

Tints of Maya Blue #80B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.9%

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 22.94%
G = 31.9%
B = 45.16%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80B2FC (or 0x80B2FC) is known color: Maya Blue. HEX triplet: 80, B2 and FC. RGB value is (128,178,252). Sum of RGB (Red+Green+Blue) = 128+178+252=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #80B2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B2FC is #7F4D03. Grayscale: #ABABAB. Windows color (decimal): -8342788 or 16560768. OLE color: 16560768.

HSL color Cylindrical-coordinate representation of color #80B2FC: hue angle of 215.81º degrees, saturation: 0.95, 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 #80B2FC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 178 252 -
CMYK 0.49 0.29 0 0.01
HSL 215.81º 0.95% 0.75% -
HSV(B) 215.81º 0.49% 0.99% -
XYZ 42.39 43.46 98.25 -
YUV 171.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 128 178 252 0.49 0.29 0 0.01 215.81 0.95 0.75
Hex 80 B2 FC 31 1D 0 1 D8 5F 4B
Octal 200 262 374 61 35 0 1 330 137 113
Binary 10000000 10110010 11111100 110001 11101 0 1 11011000 1011111 1001011

Color Harmonies of #80B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B2FC

Black with #80B2FC

Text Example


Text Example

White with #80B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,252); }

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

background-color css

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

 a { background-color: rgb(128,178,252); }

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

border-color css

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

 span { border-color: rgb(128,178,252); }

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