Html Css Color HEX #82BCF1 Maya Blue

📋 copy color: '#82BCF1'

red 130 ◦ green 188 ◦ blue 241

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

Shades of Maya Blue #82BCF1

Tints of Maya Blue #82BCF1

RGB

 RED value IS 130 (51.17% from 255) = 23.26%

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

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 23.26%
G = 33.63%
B = 43.11%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82BCF1 (or 0x82BCF1) is known color: Maya Blue. HEX triplet: 82, BC and F1. RGB value is (130,188,241). Sum of RGB (Red+Green+Blue) = 130+188+241=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #82BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCF1 is #7D430E. Grayscale: #B0B0B0. Windows color (decimal): -8209167 or 15842434. OLE color: 15842434.

HSL color Cylindrical-coordinate representation of color #82BCF1: hue angle of 208.65º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BCF1 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 188 241 -
CMYK 0.46 0.22 0 0.05
HSL 208.65º 0.8% 0.73% -
HSV(B) 208.65º 0.46% 0.95% -
XYZ 43.07 47.06 90.03 -
YUV 176.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 130 188 241 0.46 0.22 0 0.05 208.65 0.8 0.73
Hex 82 BC F1 2E 16 0 5 D1 50 49
Octal 202 274 361 56 26 0 5 321 120 111
Binary 10000010 10111100 11110001 101110 10110 0 101 11010001 1010000 1001001

Color Harmonies of #82BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCF1

Black with #82BCF1

Text Example


Text Example

White with #82BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BCF1; }

 p { color: rgb(130,188,241); }

 H1.HeaderClassName
 {
   color: #82BCF1;
 }
 .AnyTagClassName
 {
   color: #82BCF1;
 }
</style>

background-color css

<style>
 a { background-color: #82BCF1; }

 a { background-color: rgb(130,188,241); }

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

border-color css

<style>
 span { border-color: #82BCF1; }

 span { border-color: rgb(130,188,241); }

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