Html Css Color HEX #82BEED Maya Blue

📋 copy color: '#82BEED'

red 130 ◦ green 190 ◦ blue 237

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

Shades of Maya Blue #82BEED

Tints of Maya Blue #82BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 23.34%
G = 34.11%
B = 42.55%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82BEED (or 0x82BEED) is known color: Maya Blue. HEX triplet: 82, BE and ED. RGB value is (130,190,237). Sum of RGB (Red+Green+Blue) = 130+190+237=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #82BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BEED is #7D4112. Grayscale: #B1B1B1. Windows color (decimal): -8208659 or 15580802. OLE color: 15580802.

HSL color Cylindrical-coordinate representation of color #82BEED: hue angle of 206.36º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82BEED is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 190 237 -
CMYK 0.45 0.20 0 0.07
HSL 206.36º 0.75% 0.72% -
HSV(B) 206.36º 0.45% 0.93% -
XYZ 42.91 47.69 87.06 -
YUV 177.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 130 190 237 0.45 0.20 0 0.07 206.36 0.75 0.72
Hex 82 BE ED 2D 14 0 7 CE 4B 48
Octal 202 276 355 55 24 0 7 316 113 110
Binary 10000010 10111110 11101101 101101 10100 0 111 11001110 1001011 1001000

Color Harmonies of #82BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEED

Black with #82BEED

Text Example


Text Example

White with #82BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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