Html Css Color HEX #82BFF1 Maya Blue

📋 copy color: '#82BFF1'

red 130 ◦ green 191 ◦ blue 241

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

Shades of Maya Blue #82BFF1

Tints of Maya Blue #82BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 33.99%

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

R = 23.13%
G = 33.99%
B = 42.88%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82BFF1 (or 0x82BFF1) is known color: Maya Blue. HEX triplet: 82, BF and F1. RGB value is (130,191,241). Sum of RGB (Red+Green+Blue) = 130+191+241=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #82BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFF1 is #7D400E. Grayscale: #B2B2B2. Windows color (decimal): -8208399 or 15843202. OLE color: 15843202.

HSL color Cylindrical-coordinate representation of color #82BFF1: hue angle of 207.03º 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 #82BFF1 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 191 241 -
CMYK 0.46 0.21 0 0.05
HSL 207.03º 0.8% 0.73% -
HSV(B) 207.03º 0.46% 0.95% -
XYZ 43.71 48.36 90.25 -
YUV 178.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 130 191 241 0.46 0.21 0 0.05 207.03 0.8 0.73
Hex 82 BF F1 2E 15 0 5 CF 50 49
Octal 202 277 361 56 25 0 5 317 120 111
Binary 10000010 10111111 11110001 101110 10101 0 101 11001111 1010000 1001001

Color Harmonies of #82BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BFF1

Black with #82BFF1

Text Example


Text Example

White with #82BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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