Html Css Color HEX #82AFFF Maya Blue

📋 copy color: '#82AFFF'

red 130 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #82AFFF

Tints of Maya Blue #82AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.25%

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

R = 23.21%
G = 31.25%
B = 45.54%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82AFFF (or 0x82AFFF) is known color: Maya Blue. HEX triplet: 82, AF and FF. RGB value is (130,175,255). Sum of RGB (Red+Green+Blue) = 130+175+255=560 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.21% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #82AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AFFF is #7D5000. Grayscale: #AAAAAA. Windows color (decimal): -8212481 or 16756610. OLE color: 16756610.

HSL color Cylindrical-coordinate representation of color #82AFFF: hue angle of 218.4º 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 #82AFFF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 175 255 -
CMYK 0.49 0.31 0 0
HSL 218.4º 1% 0.75% -
HSV(B) 218.4º 0.49% 1% -
XYZ 42.59 42.63 100.59 -
YUV 170.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 130 175 255 0.49 0.31 0 0 218.4 1 0.75
Hex 82 AF FF 31 1F 0 0 DA 64 4B
Octal 202 257 377 61 37 0 0 332 144 113
Binary 10000010 10101111 11111111 110001 11111 0 0 11011010 1100100 1001011

Color Harmonies of #82AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFFF

Black with #82AFFF

Text Example


Text Example

White with #82AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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