Html Css Color HEX #82BFFE Maya Blue

📋 copy color: '#82BFFE'

red 130 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #82BFFE

Tints of Maya Blue #82BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 22.61%
G = 33.22%
B = 44.17%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#82BFFE (or 0x82BFFE) is known color: Maya Blue. HEX triplet: 82, BF and FE. RGB value is (130,191,254). Sum of RGB (Red+Green+Blue) = 130+191+254=575 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.61% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #82BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFFE is #7D4001. Grayscale: #B3B3B3. Windows color (decimal): -8208386 or 16695170. OLE color: 16695170.

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

Color convert

RGB 130 191 254 -
CMYK 0.49 0.25 0 0.00
HSL 210.48º 0.98% 0.75% -
HSV(B) 210.48º 0.49% 1% -
XYZ 45.73 49.16 100.85 -
YUV 179.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 130 191 254 0.49 0.25 0 0.00 210.48 0.98 0.75
Hex 82 BF FE 31 19 0 0 D2 62 4B
Octal 202 277 376 61 31 0 0 322 142 113
Binary 10000010 10111111 11111110 110001 11001 0 0 11010010 1100010 1001011

Color Harmonies of #82BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BFFE

Black with #82BFFE

Text Example


Text Example

White with #82BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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