Html Css Color HEX #82BCEC Maya Blue

📋 copy color: '#82BCEC'

red 130 ◦ green 188 ◦ blue 236

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

Shades of Maya Blue #82BCEC

Tints of Maya Blue #82BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

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

R = 23.47%
G = 33.94%
B = 42.6%

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

#82BCEC (or 0x82BCEC) is known color: Maya Blue. HEX triplet: 82, BC and EC. RGB value is (130,188,236). Sum of RGB (Red+Green+Blue) = 130+188+236=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #82BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCEC is #7D4313. Grayscale: #AFAFAF. Windows color (decimal): -8209172 or 15514754. OLE color: 15514754.

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

Color convert

RGB 130 188 236 -
CMYK 0.45 0.20 0 0.07
HSL 207.17º 0.74% 0.72% -
HSV(B) 207.17º 0.45% 0.93% -
XYZ 42.33 46.77 86.15 -
YUV 176.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 130 188 236 0.45 0.20 0 0.07 207.17 0.74 0.72
Hex 82 BC EC 2D 14 0 7 CF 4A 48
Octal 202 274 354 55 24 0 7 317 112 110
Binary 10000010 10111100 11101100 101101 10100 0 111 11001111 1001010 1001000

Color Harmonies of #82BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCEC

Black with #82BCEC

Text Example


Text Example

White with #82BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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