Html Css Color HEX #82BEFA Maya Blue

📋 copy color: '#82BEFA'

red 130 ◦ green 190 ◦ blue 250

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

Shades of Maya Blue #82BEFA

Tints of Maya Blue #82BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 22.81%
G = 33.33%
B = 43.86%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#82BEFA (or 0x82BEFA) is known color: Maya Blue. HEX triplet: 82, BE and FA. RGB value is (130,190,250). Sum of RGB (Red+Green+Blue) = 130+190+250=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #82BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BEFA is #7D4105. Grayscale: #B2B2B2. Windows color (decimal): -8208646 or 16432770. OLE color: 16432770.

HSL color Cylindrical-coordinate representation of color #82BEFA: hue angle of 210º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BEFA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 190 250 -
CMYK 0.48 0.24 0 0.02
HSL 210º 0.92% 0.75% -
HSV(B) 210º 0.48% 0.98% -
XYZ 44.87 48.47 97.43 -
YUV 178.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 130 190 250 0.48 0.24 0 0.02 210 0.92 0.75
Hex 82 BE FA 30 18 0 2 D2 5C 4B
Octal 202 276 372 60 30 0 2 322 134 113
Binary 10000010 10111110 11111010 110000 11000 0 10 11010010 1011100 1001011

Color Harmonies of #82BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEFA

Black with #82BEFA

Text Example


Text Example

White with #82BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,190,250); }

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

background-color css

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

 a { background-color: rgb(130,190,250); }

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

border-color css

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

 span { border-color: rgb(130,190,250); }

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