Html Css Color HEX #82BDEF Maya Blue

📋 copy color: '#82BDEF'

red 130 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #82BDEF

Tints of Maya Blue #82BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.87%

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 23.3%
G = 33.87%
B = 42.83%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82BDEF (or 0x82BDEF) is known color: Maya Blue. HEX triplet: 82, BD and EF. RGB value is (130,189,239). Sum of RGB (Red+Green+Blue) = 130+189+239=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #82BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDEF is #7D4210. Grayscale: #B0B0B0. Windows color (decimal): -8208913 or 15711618. OLE color: 15711618.

HSL color Cylindrical-coordinate representation of color #82BDEF: hue angle of 207.52º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BDEF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 189 239 -
CMYK 0.46 0.21 0 0.06
HSL 207.52º 0.77% 0.72% -
HSV(B) 207.52º 0.46% 0.94% -
XYZ 42.98 47.37 88.54 -
YUV 177.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 130 189 239 0.46 0.21 0 0.06 207.52 0.77 0.72
Hex 82 BD EF 2E 15 0 6 D0 4D 48
Octal 202 275 357 56 25 0 6 320 115 110
Binary 10000010 10111101 11101111 101110 10101 0 110 11010000 1001101 1001000

Color Harmonies of #82BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDEF

Black with #82BDEF

Text Example


Text Example

White with #82BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,189,239); }

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

background-color css

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

 a { background-color: rgb(130,189,239); }

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

border-color css

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

 span { border-color: rgb(130,189,239); }

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