Html Css Color HEX #82BBEC Maya Blue

📋 copy color: '#82BBEC'

red 130 ◦ green 187 ◦ blue 236

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

Shades of Maya Blue #82BBEC

Tints of Maya Blue #82BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.82%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 23.51%
G = 33.82%
B = 42.68%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82BBEC (or 0x82BBEC) is known color: Maya Blue. HEX triplet: 82, BB and EC. RGB value is (130,187,236). Sum of RGB (Red+Green+Blue) = 130+187+236=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #82BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBEC is #7D4413. Grayscale: #AFAFAF. Windows color (decimal): -8209428 or 15514498. OLE color: 15514498.

HSL color Cylindrical-coordinate representation of color #82BBEC: hue angle of 207.74º degrees, saturation: 0.74, 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 #82BBEC is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 187 236 -
CMYK 0.45 0.21 0 0.07
HSL 207.74º 0.74% 0.72% -
HSV(B) 207.74º 0.45% 0.93% -
XYZ 42.12 46.34 86.08 -
YUV 175.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 130 187 236 0.45 0.21 0 0.07 207.74 0.74 0.72
Hex 82 BB EC 2D 15 0 7 D0 4A 48
Octal 202 273 354 55 25 0 7 320 112 110
Binary 10000010 10111011 11101100 101101 10101 0 111 11010000 1001010 1001000

Color Harmonies of #82BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBEC

Black with #82BBEC

Text Example


Text Example

White with #82BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,187,236); }

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

background-color css

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

 a { background-color: rgb(130,187,236); }

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

border-color css

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

 span { border-color: rgb(130,187,236); }

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