Html Css Color HEX #82BFF2 Maya Blue

📋 copy color: '#82BFF2'

red 130 ◦ green 191 ◦ blue 242

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

Shades of Maya Blue #82BFF2

Tints of Maya Blue #82BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 23.09%
G = 33.93%
B = 42.98%

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

#82BFF2 (or 0x82BFF2) is known color: Maya Blue. HEX triplet: 82, BF and F2. RGB value is (130,191,242). Sum of RGB (Red+Green+Blue) = 130+191+242=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #82BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFF2 is #7D400D. Grayscale: #B2B2B2. Windows color (decimal): -8208398 or 15908738. OLE color: 15908738.

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

Color convert

RGB 130 191 242 -
CMYK 0.46 0.21 0 0.05
HSL 207.32º 0.81% 0.73% -
HSV(B) 207.32º 0.46% 0.95% -
XYZ 43.86 48.42 91.04 -
YUV 178.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 130 191 242 0.46 0.21 0 0.05 207.32 0.81 0.73
Hex 82 BF F2 2E 15 0 5 CF 51 49
Octal 202 277 362 56 25 0 5 317 121 111
Binary 10000010 10111111 11110010 101110 10101 0 101 11001111 1010001 1001001

Color Harmonies of #82BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BFF2

Black with #82BFF2

Text Example


Text Example

White with #82BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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