Html Css Color HEX #82BAFF Maya Blue

📋 copy color: '#82BAFF'

red 130 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #82BAFF

Tints of Maya Blue #82BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.57%

 BLUE value IS 255 (100% from 255) = 44.66%

R = 22.77%
G = 32.57%
B = 44.66%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82BAFF (or 0x82BAFF) is known color: Maya Blue. HEX triplet: 82, BA and FF. RGB value is (130,186,255). Sum of RGB (Red+Green+Blue) = 130+186+255=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #82BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BAFF is #7D4500. Grayscale: #B0B0B0. Windows color (decimal): -8209665 or 16759426. OLE color: 16759426.

HSL color Cylindrical-coordinate representation of color #82BAFF: hue angle of 213.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82BAFF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 186 255 -
CMYK 0.49 0.27 0 0
HSL 213.12º 1% 0.75% -
HSV(B) 213.12º 0.49% 1% -
XYZ 44.81 47.08 101.33 -
YUV 177.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 130 186 255 0.49 0.27 0 0 213.12 1 0.75
Hex 82 BA FF 31 1B 0 0 D5 64 4B
Octal 202 272 377 61 33 0 0 325 144 113
Binary 10000010 10111010 11111111 110001 11011 0 0 11010101 1100100 1001011

Color Harmonies of #82BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BAFF

Black with #82BAFF

Text Example


Text Example

White with #82BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,186,255); }

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

background-color css

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

 a { background-color: rgb(130,186,255); }

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

border-color css

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

 span { border-color: rgb(130,186,255); }

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